mirror of
https://github.com/unraid/webgui.git
synced 2026-03-13 14:30:29 -05:00
tabs... again
This commit is contained in:
@@ -369,9 +369,9 @@ button[type=button]{margin:0 20px 0 0}
|
||||
return newConfig.prop('outerHTML');
|
||||
}
|
||||
|
||||
function escapeQuote(string) {
|
||||
return string.replace(new RegExp('"','g'),""");
|
||||
}
|
||||
function escapeQuote(string) {
|
||||
return string.replace(new RegExp('"','g'),""");
|
||||
}
|
||||
|
||||
function makeAllocations(container,current) {
|
||||
var html = [];
|
||||
|
||||
Reference in New Issue
Block a user