Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: options.js

Issue 29527615: Issue 5574 - Update to current jQuery and jQuery UI versions (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome
Patch Set: Created Aug. 25, 2017, 9:47 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « options.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: options.js
===================================================================
--- a/options.js
+++ b/options.js
@@ -134,17 +134,17 @@ function loadOptions()
$("#removeWhitelist").click(removeSelectedExcludedDomain);
$("#customFilterForm").submit(addTypedFilter);
$("#removeCustomFilter").click(removeSelectedFilters);
$("#rawFiltersButton").click(toggleFiltersInRawFormat);
$("#importRawFilters").click(importRawFiltersText);
// Display jQuery UI elements
$("#tabs").tabs();
- $("button").button();
+ $("button:not(.subscriptionRemoveButton)").button();
$(".refreshButton").button("option", "icons", {primary: "ui-icon-refresh"});
$(".addButton").button("option", "icons", {primary: "ui-icon-plus"});
$(".removeButton").button("option", "icons", {primary: "ui-icon-minus"});
// Popuplate option checkboxes
initCheckbox("shouldShowBlockElementMenu");
initCheckbox("show_devtools_panel");
initCheckbox("shouldShowNotifications", "notifications_ignoredcategories");
« no previous file with comments | « options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld