Skip to content

Commit

Permalink
Correct jqueryui path.
Browse files Browse the repository at this point in the history
  • Loading branch information
BSVino committed Aug 19, 2014
1 parent b761a69 commit 44f02e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def create_directory(dir):
if os.path.exists('html/copy/jquery-ui.min.js'):
index = index.replace("{$jqueryui}", "<script src='jquery-ui.min.js'></script>")
else:
index = index.replace("{$jqueryui}", "<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery-ui.min.js'></script>")
index = index.replace("{$jqueryui}", '<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min.js"></script>')

index_commands_version = opengl.commands_version_flat.keys()
index_commands_version.sort()
Expand Down

0 comments on commit 44f02e3

Please sign in to comment.