mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
removed series layout.
datatables doesn't load properly.
This commit is contained in:
@@ -1382,6 +1382,7 @@
|
||||
Backbone.sync = function (method, model, options) {
|
||||
var type = methodMap[method];
|
||||
|
||||
|
||||
// Default options, unless specified.
|
||||
_.defaults(options || (options = {}), {
|
||||
emulateHTTP: Backbone.emulateHTTP,
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
/// <reference path="jquery.dataTables-1.10.0-dev.js" />
|
||||
/// <reference path="jquery.dataTables.extensions.js" />
|
||||
|
||||
/* Default class modification */
|
||||
$.extend($.fn.dataTableExt.oStdClasses, {
|
||||
"sWrapper": "dataTables_wrapper form-horizontal"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user