diff --git a/mithril.js b/mithril.js index 9e3d39a2..24e73726 100644 --- a/mithril.js +++ b/mithril.js @@ -839,7 +839,6 @@ Mithril = m = new function app(window, undefined) { return false } - script.src = options.url + (options.url.indexOf("?") > 0 ? "&" : "?") + (options.callbackKey ? options.callbackKey : "callback")