mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 07:21:15 +00:00
All popups on left
This commit is contained in:
parent
0a4fbe80cd
commit
da3c0f1a2d
1 changed files with 2 additions and 5 deletions
|
|
@ -346,10 +346,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if :task.notes}
|
{#if :task.notes}
|
||||||
{#if equal(:task.type,'reward')}
|
<span rel="popover" data-trigger="hover" data-placement="left" data-content="{:task.notes}" data-original-title="{:task.text}" class='task-notes'><i class="icon-comment"></i></span>
|
||||||
<span rel="popover" data-trigger="hover" data-placement="left" data-content="{:task.notes}" data-original-title="{:task.text}" class='task-notes'><i class="icon-comment"></i></span>
|
|
||||||
{else}
|
|
||||||
<span rel="popover" data-trigger="hover" data-content="{:task.notes}" data-original-title="{:task.text}" class='task-notes'><i class="icon-comment"></i></span>
|
|
||||||
{/}
|
{/}
|
||||||
{/}
|
{/}
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -447,4 +444,4 @@
|
||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
{/}
|
{/}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue