Sfoglia il codice sorgente

Merge pull request #602 from oneru/typo-fix

Adds missed line from PR 597
Solly Ross 9 anni fa
parent
commit
8b0a0f6637
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      include/webutil.js

+ 1 - 0
include/webutil.js

@@ -288,4 +288,5 @@ WebUtil.injectParamIfMissing = function (path, param, value) {
         return elem.pathname.slice(1) + elem.search + elem.hash;
         return elem.pathname.slice(1) + elem.search + elem.hash;
     } else {
     } else {
         return elem.pathname + elem.search + elem.hash;
         return elem.pathname + elem.search + elem.hash;
+    }
 };
 };