1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +00:00

shorten noscript error

This commit is contained in:
Andrew Dolgov
2010-11-29 12:18:56 +03:00
parent ab7b5042d2
commit 5a941e7e93
2 changed files with 2 additions and 11 deletions

View File

@@ -65,11 +65,7 @@
<div dojoType="dijit.ProgressBar" places="0" style="width : 300px" id="loading_bar"
progress="0" maximum="100">
</div>
<noscript>
<p><?php print_error(__("Your browser doesn't support Javascript, which is required
for this application to function properly. Please check your
browser settings.")) ?></p>
</noscript>
<noscript><br/><?php print_error('Javascript is disabled. Please enable it.') ?></noscript>
</div>
</div>