From 8bfb6ae6559be782d485d300ba099b526147d3dc Mon Sep 17 00:00:00 2001 From: mxi1 Date: Thu, 14 Jan 2010 07:38:11 +0000 Subject: [PATCH] -add canvas support for Internet Explorer git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4952 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/excanvas.js | 4 ++++ xCAT-UI/js/loading.js | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/xCAT-UI/js/excanvas.js b/xCAT-UI/js/excanvas.js index 7914cb932..785e4fd9f 100644 --- a/xCAT-UI/js/excanvas.js +++ b/xCAT-UI/js/excanvas.js @@ -783,3 +783,7 @@ if (!window.CanvasRenderingContext2D) { })(); } // if + + +//loading bar progress +myBar.loaded("excanvas.js"); \ No newline at end of file diff --git a/xCAT-UI/js/loading.js b/xCAT-UI/js/loading.js index 41d1c1d1a..80f4bdf15 100644 --- a/xCAT-UI/js/loading.js +++ b/xCAT-UI/js/loading.js @@ -101,7 +101,8 @@ var xStart = function(){ myBar.addScript("jquery.form.js"); myBar.addScript("jquery.jeditable.mini.js"); myBar.addScript("jquery.dataTables.min.js"); - myBar.addScript("hoverIntent.js"); + myBar.addScript("hoverIntent.js"); + myBar.addScript("excanvas.js"); myBar.addScript("superfish.js"); myBar.addScript("jquery.tablesorter.js"); myBar.addScript("jquery.flot.js");