| 1234567891011121314151617181920 | 
							- --- a/package/feeds/luci/luci-base/htdocs/luci-static/resources/luci.js
 
- +++ b/package/feeds/luci/luci-base/htdocs/luci-static/resources/luci.js
 
- @@ -2177,7 +2177,7 @@
 
-  			if (!hasmap)
 
-  				readonly = !LuCI.prototype.hasViewPermission();
 
-  
 
- -			var saveApplyBtn = this.handleSaveApply ? new classes.ui.ComboButton('0', {
 
- +			var saveApplyBtn = this.handleSaveApply ? new classes.ui.ComboButton('1', {
 
-  				0: [ _('Save & Apply') ],
 
-  				1: [ _('Apply unchecked') ]
 
-  			}, {
 
- @@ -2674,7 +2674,7 @@
 
-  						class: 'btn primary',
 
-  						click: function() {
 
-  							var loc = window.location;
 
- -							window.location = loc.protocol + '//' + loc.host + loc.pathname + loc.search;
 
- +							window.location = loc.protocol + '//' + loc.host;
 
-  						}
 
-  					}, _('To login…')))
 
-  			]);
 
 
  |