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
Branches
Tags
No related merge requests found
...@@ -274,7 +274,9 @@ $gmtime = Misc::gmtime(); ...@@ -274,7 +274,9 @@ $gmtime = Misc::gmtime();
</p> </p>
</form> </form>
<script type="text/javascript"> <script type="text/javascript">
$('#secondary_langs').sortable({ $(function() {
cursor: 'move' $('#secondary_langs').sortable({
cursor: 'move'
});
}); });
</script> </script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment