summaryrefslogtreecommitdiffstats
path: root/modules-available/roomplanner/templates/page.html
diff options
context:
space:
mode:
authorChristian Klinger2016-08-22 15:06:40 +0200
committerChristian Klinger2016-08-22 15:06:40 +0200
commitdf6a641147701aab803df8d0b4ac072595ddae75 (patch)
treee344e55d5e0bb9aa32230d22c208c4dbe7902cec /modules-available/roomplanner/templates/page.html
parentjust use fullscreen to mitigate the positioning bugs. (diff)
downloadslx-admin-df6a641147701aab803df8d0b4ac072595ddae75.tar.gz
slx-admin-df6a641147701aab803df8d0b4ac072595ddae75.tar.xz
slx-admin-df6a641147701aab803df8d0b4ac072595ddae75.zip
removed the tooltip plugin from jquery-ui.
jQuery-UI's tooltip() conflicted with the tooltip() function of bootstrap which we want to use.
Diffstat (limited to 'modules-available/roomplanner/templates/page.html')
-rw-r--r--modules-available/roomplanner/templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/roomplanner/templates/page.html b/modules-available/roomplanner/templates/page.html
index d16769e8..a531e57f 100644
--- a/modules-available/roomplanner/templates/page.html
+++ b/modules-available/roomplanner/templates/page.html
@@ -324,7 +324,7 @@
</form>
</div>
</div>
- <button id="saveBtn" class="btn btn-success">Save</button>
+ <button id="saveBtn" class="btn btn-success" onclick="window.close(); return false">Save</button>
</body>
</html>