Browse Source

Adds missed line from PR 597

Jonathan Bennett 9 năm trước cách đây
mục cha
commit
3c9558444c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
+    }
 };