Skip to content

Commit

Permalink
Fixed issue #7764: Missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mennodekker committed Apr 23, 2013
1 parent bffe7eb commit 232f2ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/admin/attributeControl.js
Expand Up @@ -7,6 +7,9 @@ $(document).ready(function() {
];

$("#flashinfo").css("opacity", 0); //Make sure the flash message doesn't display in IE

// Set some custom messages
$.jgrid.edit.msg.required = sRequired;

jQuery("#attributeControl").jqGrid({
loadtext : sLoadText,
Expand Down

0 comments on commit 232f2ff

Please sign in to comment.