From 0efc4709a3f3efec0a22e8716f3ecb176b8cfb6d Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 18 Jan 2012 01:26:08 +0530 Subject: [PATCH] LoadingIcon silly errors + link demos to ../dev/ version --- demos/dialog/index.html | 6 +++--- demos/list/index.html | 2 +- demos/splitpanel/index.html | 2 +- demos/syntax/index.html | 4 ++-- demos/test/index.html | 4 ++-- demos/treelist/index.html | 4 ++-- demos/unicode/index.html | 4 ++-- demos/video2/index.html | 4 ++-- source/Ox.UI/js/Core/Ox.LoadingIcon.js | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/demos/dialog/index.html b/demos/dialog/index.html index eb54261b..a2efd665 100644 --- a/demos/dialog/index.html +++ b/demos/dialog/index.html @@ -1,11 +1,11 @@ - OxJS Dialog DemoOxJS Dialog Demo - + - \ No newline at end of file + diff --git a/demos/list/index.html b/demos/list/index.html index 20076630..f23cb67f 100644 --- a/demos/list/index.html +++ b/demos/list/index.html @@ -3,7 +3,7 @@ ox.js list demo - + diff --git a/demos/splitpanel/index.html b/demos/splitpanel/index.html index 625b317f..18702b43 100644 --- a/demos/splitpanel/index.html +++ b/demos/splitpanel/index.html @@ -3,7 +3,7 @@ ox.js SplitPanel Demo - + + - \ No newline at end of file + diff --git a/demos/test/index.html b/demos/test/index.html index efa2045b..a52149d4 100644 --- a/demos/test/index.html +++ b/demos/test/index.html @@ -3,8 +3,8 @@ OxJS Test Demo - + - \ No newline at end of file + diff --git a/demos/treelist/index.html b/demos/treelist/index.html index 0b0c9c82..abc519df 100644 --- a/demos/treelist/index.html +++ b/demos/treelist/index.html @@ -3,8 +3,8 @@ OxJS TreeList Demo - + - \ No newline at end of file + diff --git a/demos/unicode/index.html b/demos/unicode/index.html index a5b1d104..ee3c1927 100644 --- a/demos/unicode/index.html +++ b/demos/unicode/index.html @@ -4,8 +4,8 @@ OxJS Unicode Demo - + - \ No newline at end of file + diff --git a/demos/video2/index.html b/demos/video2/index.html index a3190658..a2943a37 100644 --- a/demos/video2/index.html +++ b/demos/video2/index.html @@ -3,8 +3,8 @@ OxJS Video Demo - + - \ No newline at end of file + diff --git a/source/Ox.UI/js/Core/Ox.LoadingIcon.js b/source/Ox.UI/js/Core/Ox.LoadingIcon.js index 5f03cba1..444423e1 100644 --- a/source/Ox.UI/js/Core/Ox.LoadingIcon.js +++ b/source/Ox.UI/js/Core/Ox.LoadingIcon.js @@ -43,8 +43,8 @@ Ox.LoadingIcon = function(options, self) { that.stop = function() { that.animate({ opacity: 0 - }, 250. function() { - .attr({ + }, 250, function() { + that.attr({ src: Ox.UI.getImageURL('symbolLoading') }); });