[extensions-web] js: Remove out-of-date handling for now
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] js: Remove out-of-date handling for now
- Date: Sun, 1 Apr 2012 15:16:56 +0000 (UTC)
commit da0998adcf88df012775746d703ea3d936b5a01b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Sun Apr 1 11:14:45 2012 -0400
js: Remove out-of-date handling for now
This is causing confusing error messages for some people
sweettooth/static/js/extensions.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/static/js/extensions.js b/sweettooth/static/js/extensions.js
index 82415ac..4e5019e 100644
--- a/sweettooth/static/js/extensions.js
+++ b/sweettooth/static/js/extensions.js
@@ -151,7 +151,6 @@ function($, messages, dbusProxy, extensionUtils, templates) {
$switch.attr('title', "This extension had an error.");
} else if (newState == ExtensionState.OUT_OF_DATE) {
$switch.switchify('insensitive', true);
- $elem.trigger('out-of-date');
}
if ($elem.data('uninstalled') && (newState == ExtensionState.ENABLED ||
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]