Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed collapsing the tagnav column. #112

Merged
merged 1 commit into from
Apr 29, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions penguicontrax/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
{% endblock %}
{% block body %}
{{ super() }}
<div id="nav" class="col-lg-2 col-md-2 col-sm-3 hidden-xs">
<div id="nav" class="col-lg-2 col-md-2 col-sm-3 hidden-xs tagsinput">
<div class="floater" data-spy="affix" data-offset-top="44">
<div class="tagsinput system" data-container="body" data-placement="right" data-trigger="manual"
<div class="system" data-container="body" data-placement="right" data-trigger="manual"
data-html="true"
data-content="<p>Click some tags if you want to see only events with those topics.</p><p>If you click a tag again, it will exclude all events with that topic.</p><p>If you click a tag a third time, your filter will not care about that topic.</p><p>If you have no topics turned on, it will turn on all the tags.</p>">
<h6>
Expand All @@ -25,11 +25,11 @@ <h6>
</div>
</div>
</div>
<!-- <div class="tagsinput">
<!-- <div class="tagsinput">
<span class="smalllabel">User tags: </span>
<span id="usertagfilter"></span>
</div>
--> </div>
--> </div>
</div>
<div class="col-lg-10 col-md-10 col-sm-9 col-xs-12" id="report">
<div class="row">
Expand Down