diff --git a/dashboard-ui/edititemimages.html b/dashboard-ui/edititemimages.html index 3eecd402c3..eb56800756 100644 --- a/dashboard-ui/edititemimages.html +++ b/dashboard-ui/edititemimages.html @@ -105,7 +105,7 @@
- +
- +
-
- - -
diff --git a/dashboard-ui/scripts/edititemimages.js b/dashboard-ui/scripts/edititemimages.js index ed1cca916c..cfaf490b66 100644 --- a/dashboard-ui/scripts/edititemimages.js +++ b/dashboard-ui/scripts/edititemimages.js @@ -7,7 +7,6 @@ var browsableImageStartIndex = 0; var browsableImageType = 'Primary'; var selectedProvider; - var allLanguages = false; function updateTabs(page, item) { @@ -57,7 +56,6 @@ options.type = browsableImageType; options.startIndex = browsableImageStartIndex; options.limit = browsableImagePageSize; - options.IncludeAllLanguages = allLanguages; var provider = selectedProvider || ''; @@ -576,14 +574,6 @@ reloadBrowsableImages(page); }); - $('#chkAllLanguages', page).on('change', function () { - - browsableImageStartIndex = 0; - allLanguages = this.checked; - - reloadBrowsableImages(page); - }); - }).on('pagebeforeshow', "#editItemImagesPage", function () { var page = this;