Skip to content
Snippets Groups Projects
Commit 783ed36e authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix secondary language sorting

parent e91e4a53
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,9 @@ $gmtime = Misc::gmtime();
</p>
</form>
<script type="text/javascript">
$('#secondary_langs').sortable({
cursor: 'move'
$(function() {
$('#secondary_langs').sortable({
cursor: 'move'
});
});
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment