Explorar o código

Merge pull request #602 from oneru/typo-fix

Adds missed line from PR 597
Solly Ross %!s(int64=9) %!d(string=hai) anos
pai
achega
8b0a0f6637
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;
+    }
 };