diff --git a/nano/js/nano_utility.js b/nano/js/nano_utility.js index 8b604be6085d..8715ceb3f358 100644 --- a/nano/js/nano_utility.js +++ b/nano/js/nano_utility.js @@ -38,7 +38,7 @@ var NanoUtility = function () queryString += key + '=' + parameters[key]; } } - return queryString; + return 'byond://' + queryString; } } } (); @@ -48,7 +48,7 @@ if (typeof jQuery == 'undefined') { } if (typeof doT == 'undefined') { alert('ERROR: Template engine failed to load!'); -} +} // All scripts are initialised here, this allows control of init order $(document).ready(function () { @@ -158,4 +158,4 @@ if (!String.prototype.ckey) { String.prototype.ckey = function () { return this.replace(/\W/g, '').toLowerCase(); }; -} \ No newline at end of file +}