Update bookmarklet.js
fix typo
This commit is contained in:
parent
b5c9572495
commit
bb25c6628b
@ -886,7 +886,7 @@ function loadJQuery() {
|
||||
console.log("reload JQuery ");
|
||||
var script = document.createElement("script");
|
||||
script.src = "//ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js";
|
||||
scr.async = false;
|
||||
script.async = false;
|
||||
document.getElementsByTagName("head")[0].appendChild(script);
|
||||
}
|
||||
$ = jQuery.noConflict();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user