hide translations notification on editor page

This commit is contained in:
Henry Oswald 2014-08-20 14:08:59 +01:00
parent 30a25297a0
commit 8d51fcc457
2 changed files with 1 additions and 2 deletions

View file

@ -81,7 +81,7 @@ html(itemscope, itemtype='http://schema.org/Product')
a(href, ng-click="hide()").pull-right × a(href, ng-click="hide()").pull-right ×
.system-message-content(ng-bind-html="htmlContent") .system-message-content(ng-bind-html="htmlContent")
include translations/translation_message include translations/translation_message
- if(typeof(suppressNavbar) == "undefined") - if(typeof(suppressNavbar) == "undefined")
include layout/navbar include layout/navbar

View file

@ -25,7 +25,6 @@ define [
"directives/rightClick" "directives/rightClick"
"filters/formatDate" "filters/formatDate"
"main/event-tracking" "main/event-tracking"
"main/translations"
], ( ], (
App App
FileTreeManager FileTreeManager