mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
hide translations notification on editor page
This commit is contained in:
parent
30a25297a0
commit
8d51fcc457
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue