Explorar o código

Adds missed line from PR 597

Jonathan Bennett %!s(int64=9) %!d(string=hai) anos
pai
achega
3c9558444c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
+    }
 };