Remove priority title stuff again

This commit is contained in:
James Allen 2014-08-07 16:53:01 +01:00
parent 31e3c4ac06
commit af1f0994af

View file

@ -3,11 +3,9 @@ html(itemscope, itemtype='http://schema.org/Product')
block vars
head
- if (typeof(priority_title) !== "undefined" && priority_title)
title= title + ' - '+ translate("online_latex_editor")
- else
title= translate("online_latex_editor") +' ShareLaTeX - ' +translate(title)
-if (typeof(title) == "undefined")
title ShareLaTeX, the Online LaTeX Editor
-else
title= translate(title) + ' - ShareLaTeX, '+translate("online_latex_editor")
link(rel="icon", href="/favicon.ico")