diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-16 23:09:31 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-16 23:09:31 +0200 |
commit | e371b456f6a3872bd691e45ef6f7b52094d811f7 (patch) | |
tree | 4ccd6cdef32c3fb0ea583bf3856c5060486a8ad7 /web/js/nms-ui.js | |
parent | 1fbb4f30dbed42c2b45874d82473f94fe704e8f3 (diff) |
Add search-box documentation
Fixes #41
Diffstat (limited to 'web/js/nms-ui.js')
-rw-r--r-- | web/js/nms-ui.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/js/nms-ui.js b/web/js/nms-ui.js index 411ed2f..48865c4 100644 --- a/web/js/nms-ui.js +++ b/web/js/nms-ui.js @@ -21,3 +21,7 @@ nmsUi.setActive = function(pane) { nmsUi._active = pane; } + +nmsUi.toggleVertical = function(x) { + nms.vertical = !nms.vertical; +} |