You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2015/10/05 16:07:41 UTC

allura git commit: [#7971] remove hidden CSS non-loading message, hopefully fixed now

Repository: allura
Updated Branches:
  refs/heads/master 53ff3fe8e -> 03230782a


[#7971] remove hidden CSS non-loading message, hopefully fixed now


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/03230782
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/03230782
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/03230782

Branch: refs/heads/master
Commit: 03230782a0b6d75a1abe7e51dee6552a4483939d
Parents: 53ff3fe
Author: Dave Brondsema <da...@brondsema.net>
Authored: Mon Oct 5 10:07:33 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Mon Oct 5 10:07:33 2015 -0400

----------------------------------------------------------------------
 Allura/allura/templates/jinja_master/master.html | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/03230782/Allura/allura/templates/jinja_master/master.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/jinja_master/master.html b/Allura/allura/templates/jinja_master/master.html
index b2d2418..4fde7ab 100644
--- a/Allura/allura/templates/jinja_master/master.html
+++ b/Allura/allura/templates/jinja_master/master.html
@@ -78,12 +78,6 @@
 </head>
 
 <body{% block body_attrs %}{% endblock %} id="forge">
-<h2 class="hidden">
-    <span style="color:red">Error:</span> CSS did not load.<br>
-    This may happen on the first request due to CSS mimetype issues.
-    Try clearing your browser cache and refreshing.
-    <hr>
-</h2>
 {% block body_top_js %}
     {% for blob in g.resource_manager.emit('body_top_js') %}
         {{ blob }}