Skip to content

Commit

Permalink
Change the order the files load to fix an occasional loading bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSmith-LT committed May 21, 2014
1 parent e0f0c23 commit f1030aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/xerte/edithtml.php
Expand Up @@ -179,12 +179,12 @@ function output_editor_code($row_edit, $xerte_toolkits_site, $read_status, $vers
echo "site_url=\"" . $xerte_toolkits_site->site_url . "\";\n";
?>
</script>
<script type="text/javascript" src="editor/js/application.js"></script>
<script type="text/javascript" src="editor/js/toolbox.js"></script>
<script type="text/javascript" src="editor/js/language.js"></script>
<script type="text/javascript" src="editor/js/layout.js"></script>
<script type="text/javascript" src="editor/js/tree.js"></script>
<script type="text/javascript" src="editor/js/data.js"></script>
<script type="text/javascript" src="editor/js/application.js"></script>
</body>
</html>

Expand Down

0 comments on commit f1030aa

Please sign in to comment.