Skip to content

Commit c26b061

Browse files
committed
Merge pull request #149 from mkieblesz/patch-1
Fix demo
2 parents 197837d + 5bee136 commit c26b061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link href='../jquery.mentionsInput.css' rel='stylesheet' type='text/css'>
1010

1111
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'></script>
12-
<script src='http://documentcloud.github.com/underscore/underscore-min.js' type='text/javascript'></script>
12+
<script src='https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js' type='text/javascript'></script>
1313
</head>
1414
<body>
1515

@@ -260,4 +260,4 @@ <h2>Change Log</h2>
260260
</script>
261261

262262
</body>
263-
</html>
263+
</html>

0 commit comments

Comments
 (0)