diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/footer.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index dff23f12f7..6868b918b6 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -51,8 +51,6 @@ {{end}} {{if .RequireTribute}} <script src="{{AppSubUrl}}/vendor/plugins/tribute/tribute.min.js"></script> - - {{if .Assignees}} <script> var issuesTribute = new Tribute({ values: [ @@ -73,7 +71,6 @@ }) issuesTribute.attach(document.getElementById('content')) </script> - {{end}} <script> var emojiTribute = new Tribute({ collection: [{ |