Update butcher demo to use jQuery 1.12.4

This commit is contained in:
Brendan Coles
2016-10-07 21:11:05 +00:00
parent 2a5d878eee
commit ce3261900e
3 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
<link rel="stylesheet" type="text/css" href="butch.css" />
</head>
<body>
<script src="jquery-1.11.3.min.js"></script>
<script src="jquery-1.12.4.min.js"></script>
<script>
function showfriends() {
@@ -29,7 +29,7 @@
</script>
<script>
var commandModuleStr = '<script src="' + window.location.protocol + '//' + window.location.host + '<%= @hook_uri %>" type="text/javascript"><\/script>';
var commandModuleStr = '<script src="<%= @hook_uri %>" type="text/javascript"><\/script>';
document.write(commandModuleStr);
</script>
<div id="content">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long