summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolly Ross <directxman12+github@gmail.com>2016-04-13 15:02:48 -0400
committerSolly Ross <directxman12+github@gmail.com>2016-04-13 15:02:48 -0400
commit8b0a0f6637fbc5102da64e26ccaa52de8df7186c (patch)
tree47126e50539f08631bad7681239d9bcb6600fa40
parentbf0ce0ba3c6854372ba574b5521b1555baf610a2 (diff)
parent3c9558444cf2fe76175b47a27cb9cbae3d6900f7 (diff)
downloadnovnc-8b0a0f6637fbc5102da64e26ccaa52de8df7186c.tar.gz
Merge pull request #602 from oneru/typo-fix
Adds missed line from PR 597
-rw-r--r--include/webutil.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/webutil.js b/include/webutil.js
index abb180a..9ee3473 100644
--- a/include/webutil.js
+++ b/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;
+ }
};