mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Bootstrap 3
New: Updated UI New: Mobile browser support Fixed: /favicon.ico will return the favicon now
This commit is contained in:
@@ -97,13 +97,13 @@ define(
|
||||
}
|
||||
}
|
||||
|
||||
var regionId = position + "_" + (index + 1);
|
||||
var regionId = position + '_' + (index + 1);
|
||||
var region = this[regionId];
|
||||
|
||||
if (!region) {
|
||||
var regionClassName = "x-toolbar-" + position + "-" + (index + 1);
|
||||
this.ui[position + '_x'].append('<div class="toolbar-group '+regionClassName+'" />\r\n');
|
||||
region = this.addRegion(regionId, "." + regionClassName);
|
||||
var regionClassName = 'x-toolbar-' + position + '-' + (index + 1);
|
||||
this.ui[position + '_x'].append('<div class="toolbar-group ' + regionClassName + '" />\r\n');
|
||||
region = this.addRegion(regionId, '.' + regionClassName);
|
||||
}
|
||||
|
||||
region.show(buttonGroupView);
|
||||
|
||||
Reference in New Issue
Block a user