Parcourir la source

Adds missed line from PR 597

Jonathan Bennett il y a 9 ans
Parent
commit
3c9558444c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;
+    }
 };