All popups on left
This commit is contained in:
@@ -346,10 +346,7 @@
|
||||
</div>
|
||||
|
||||
{#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>
|
||||
{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>
|
||||
<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>
|
||||
{/}
|
||||
{/}
|
||||
</div>
|
||||
@@ -447,4 +444,4 @@
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
{/}
|
||||
{/}
|
||||
|
||||
Reference in New Issue
Block a user