summaryrefslogtreecommitdiff
path: root/public/views/body.ejs
diff options
context:
space:
mode:
authorWu Cheng-Han2016-07-30 12:19:42 +0800
committerWu Cheng-Han2016-07-30 12:19:42 +0800
commit65cff038a38815f3ccd1b81b3443801d16fba116 (patch)
tree4a63ac0bfb63c2c9b3452dc131f9bada1b7ebdc2 /public/views/body.ejs
parent3a5bda306734141e15131b20d96aeb67f80760ce (diff)
Update bootstrap to 3.3.7 and jQuery to 3.1.0 with related patches
Diffstat (limited to '')
-rw-r--r--public/views/body.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/views/body.ejs b/public/views/body.ejs
index 8eb0fb8a..d2010b4a 100644
--- a/public/views/body.ejs
+++ b/public/views/body.ejs
@@ -12,7 +12,7 @@
<span class="ui-lastchange text-uppercase"></span>
</span>
<span class="ui-permission dropdown pull-right">
- <a id="permissionLabel" class="ui-permission-label text-uppercase" data-target="#" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
+ <a id="permissionLabel" class="ui-permission-label text-uppercase" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
</a>
<ul class="dropdown-menu" aria-labelledby="permissionLabel">
<li class="ui-permission-freely"><a><i class="fa fa-leaf fa-fw"></i> Freely - Anyone can edit</a></li>
@@ -26,7 +26,7 @@
<div id="doc" class="markdown-body container-fluid"></div>
<div class="ui-toc dropup unselectable hidden-print" style="display:none;">
<div class="pull-right dropdown">
- <a id="tocLabel" class="ui-toc-label btn btn-default" data-target="#" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false" title="Table of content">
+ <a id="tocLabel" class="ui-toc-label btn btn-default" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false" title="Table of content">
<i class="fa fa-bars"></i>
</a>
<ul id="toc" class="ui-toc-dropdown dropdown-menu" aria-labelledby="tocLabel">