Przeglądaj źródła

Adds missed line from PR 597

Jonathan Bennett 9 lat temu
rodzic
commit
3c9558444c
1 zmienionych plików z 1 dodań i 0 usunięć
  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;
     } else {
         return elem.pathname + elem.search + elem.hash;
+    }
 };