aboutsummaryrefslogtreecommitdiff
path: root/js/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'js/controllers')
-rw-r--r--js/controllers/editredirect.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controllers/editredirect.js b/js/controllers/editredirect.js
index 811c92d..216581d 100644
--- a/js/controllers/editredirect.js
+++ b/js/controllers/editredirect.js
@@ -66,7 +66,7 @@ redirectorApp.controller('EditRedirectCtrl', ['$scope', function($s) {
arr.splice(index, 1);
}
- var order = 'main_frame,sub_frame,stylesheet,script,image,object,xmlhttprequest,other';
+ var order = 'main_frame,sub_frame,stylesheet,script,image,imageset,object,xmlhttprequest,other';
arr.sort(function(a,b) {
return order.indexOf(a) - order.indexOf(b);