- From: Mercurial notifier <nobody@w3.org>
- Date: Mon, 14 Jun 2010 09:22:34 -0400
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1219:b7ad75e1cf4d
user: Thomas Gambet <tgambet@w3.org>
date: Sun Jun 13 00:49:09 2010 -0400
files: WebContent/scripts/w3c_unicorn_index.js
description:
remove loader on request failure
diff -r e20155e77a9b -r b7ad75e1cf4d WebContent/scripts/w3c_unicorn_index.js
--- a/WebContent/scripts/w3c_unicorn_index.js Sat Jun 12 23:39:33 2010 -0400
+++ b/WebContent/scripts/w3c_unicorn_index.js Sun Jun 13 00:49:09 2010 -0400
@@ -238,6 +238,7 @@
},
onFailure: function() {
// TODO
+ W3C.Loader.dispose();
return false;
}
});
Received on Monday, 14 June 2010 13:25:15 UTC