diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-22 01:38:01 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-22 02:23:51 +0300 |
| commit | dc26e790045be8032458e8877cfd0d4ac8bbaa4e (patch) | |
| tree | 90b722c3185e0cae186382030934688ee78d94e2 | |
| parent | 35eeed82ad9c607970c56f9ca6bd05feb8db39f0 (diff) | |
[activity-view] index.html
| -rw-r--r-- | res/domain-fragment.d/default/template.d/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/domain-fragment.d/default/template.d/index.html b/res/domain-fragment.d/default/template.d/index.html index 4e0bef9d..61694afb 100644 --- a/res/domain-fragment.d/default/template.d/index.html +++ b/res/domain-fragment.d/default/template.d/index.html @@ -79,10 +79,6 @@ var RZ_VERSION = '{% include "version.txt" %}'; <div contentEditable="true" tabindex="2" class="input input-bar" id="textanalyser" placeholder="Add nodes or links" autofocus ></div> <button tabindex="-1" id="btn_add"></button> <div id="input-suggestion" class="suggestion" style="display: none"></div> - <div id="activity_view"> - <div id="activity_view__header">Activity</div> - <div id="activity_view__body" style="display:none"></div> - </div> </div> </div> <div class="info-container" style="display:none"> @@ -149,6 +145,10 @@ var RZ_VERSION = '{% include "version.txt" %}'; </div> </div> + <div id="activity_view" style="display:none"> + <div id="activity_view__header">Activity</div> + <div id="activity_view__body"></div> + </div> <div class="rhizi-logo"><a tabindex="-1" href="http://www.rhizi.org"> <img src="/static/img/rhizi-logo.png"/></a> </div> |
