summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-10-30 15:16:22 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-10-30 15:16:22 -0400
commit00ba1348ff9f43a382a03891700db1e5d058f5c6 (patch)
tree34ceace1442ab09cfa0c8e420abebac01bd1ea5e /js
parente20c374195337f20705115f9c83d3fa2923c427d (diff)
[News] SimplePie library updated to 1.3.1
Diffstat (limited to 'js')
-rw-r--r--js/settings.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/js/settings.js b/js/settings.js
index 4d5956cbd..fff0e60a4 100644
--- a/js/settings.js
+++ b/js/settings.js
@@ -51,11 +51,8 @@ News.Settings={
});
},
exportOpml:function(button){
- $(button).attr("disabled", true);
- $(button).prop('value', t('news', 'Downloading...'));
document.location.href = OC.linkTo('news', 'opmlexporter.php');
- $(button).prop('value', t('news', 'Download'));
- $(button).attr("disabled", false);
+ $('#appsettings_popup').remove();
}
}