sort function #470
This commit is contained in:
parent
007e212b49
commit
b41ce8dd59
@ -234,12 +234,9 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<%
|
||||
if I18n.locale && !I18n.locale.to_s.match(/^en.*/)
|
||||
sUrl = "jquery.dataTables/#{I18n.locale.to_s.downcase}.json"
|
||||
else
|
||||
sUrl = 'jquery.dataTables/en.json'
|
||||
end
|
||||
<%
|
||||
sUrl = "jquery.dataTables/#{I18n.locale.to_s.downcase}.json"
|
||||
sUrl = 'jquery.dataTables/en.json' unless File.exist?(sUrl)
|
||||
%>
|
||||
|
||||
<% content_for :header_tags do %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user