mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-16 08:19:05 +00:00
Switch to CDN for bootstrap-select and font-awesome css
Remove superfluous static files
This commit is contained in:
6
nyaa/static/css/bootstrap-select.min.css
vendored
6
nyaa/static/css/bootstrap-select.min.css
vendored
File diff suppressed because one or more lines are too long
14
nyaa/static/css/bootstrap-theme.min.css
vendored
14
nyaa/static/css/bootstrap-theme.min.css
vendored
File diff suppressed because one or more lines are too long
4
nyaa/static/css/font-awesome.min.css
vendored
4
nyaa/static/css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
7
nyaa/static/js/bootstrap.min.js
vendored
7
nyaa/static/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
4
nyaa/static/js/jquery.min.js
vendored
4
nyaa/static/js/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -27,7 +27,7 @@ $(document).ready(function() {
|
||||
$(':file').on('fileselect', function(event, numFiles, label) {
|
||||
var input = $(this).parent().prev().find(':text'),
|
||||
log = numFiles > 1 ? numFiles + ' files selected' : label;
|
||||
|
||||
|
||||
if (label.endsWith('.torrent')) {
|
||||
fileWarning.fadeOut('fast');
|
||||
} else {
|
||||
@@ -149,7 +149,7 @@ document.addEventListener("DOMContentLoaded", function() {
|
||||
});
|
||||
});
|
||||
|
||||
//
|
||||
//
|
||||
// This is the unminified version of the theme changer script in the layout.html @ line: 21
|
||||
// ===========================================================
|
||||
// if (typeof(Storage) !== 'undefined') {
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
|
||||
require('../../js/transition.js')
|
||||
require('../../js/alert.js')
|
||||
require('../../js/button.js')
|
||||
require('../../js/carousel.js')
|
||||
require('../../js/collapse.js')
|
||||
require('../../js/dropdown.js')
|
||||
require('../../js/modal.js')
|
||||
require('../../js/tooltip.js')
|
||||
require('../../js/popover.js')
|
||||
require('../../js/scrollspy.js')
|
||||
require('../../js/tab.js')
|
||||
require('../../js/affix.js')
|
||||
Reference in New Issue
Block a user