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 2016/09/15 14:08:27 UTC

allura git commit: Remove message about browser not supporting canvas

Repository: allura
Updated Branches:
  refs/heads/master 9e3c139e6 -> 94ae898f0


Remove message about browser not supporting canvas

This had been inadvently displayed since we removed modernizr
(This had been relying on a modernizr class).  Browser support
for canvas is very broad now, no need to detect it at all.


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

Branch: refs/heads/master
Commit: 94ae898f033f740ec55e2b134f0b1c39d2f8f4fc
Parents: 9e3c139
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed Sep 7 17:50:14 2016 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Thu Sep 15 10:08:14 2016 -0400

----------------------------------------------------------------------
 Allura/allura/lib/widgets/resources/css/commit_browser.css | 3 ---
 Allura/allura/templates/widgets/repo/commit_browser.html   | 1 -
 2 files changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/94ae898f/Allura/allura/lib/widgets/resources/css/commit_browser.css
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/widgets/resources/css/commit_browser.css b/Allura/allura/lib/widgets/resources/css/commit_browser.css
index 1a77978..8f90547 100644
--- a/Allura/allura/lib/widgets/resources/css/commit_browser.css
+++ b/Allura/allura/lib/widgets/resources/css/commit_browser.css
@@ -16,9 +16,6 @@
        specific language governing permissions and limitations
        under the License.
 */
-html.canvas #commit_browser_canvas_message {
-    display: none;
-}
 
 #graph_holder{
     height:305px;

http://git-wip-us.apache.org/repos/asf/allura/blob/94ae898f/Allura/allura/templates/widgets/repo/commit_browser.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/widgets/repo/commit_browser.html b/Allura/allura/templates/widgets/repo/commit_browser.html
index d3720d0..5514853 100644
--- a/Allura/allura/templates/widgets/repo/commit_browser.html
+++ b/Allura/allura/templates/widgets/repo/commit_browser.html
@@ -16,7 +16,6 @@
        specific language governing permissions and limitations
        under the License.
 -#}
-<p id="commit_browser_canvas_message">This commit browser uses JS canvas but unfortunately your browser does not support it.</p>
 <div id="graph_holder" class="grid-19">
   <canvas id="commit_highlighter" width="750" height="300"></canvas>
   <canvas id="commit_graph" width="750" height="300"></canvas>