Revert "remove newlines from static js and css"
This reverts commit 5a0779fd70
.
No longer needed now that EvilSplicer handles this.
This commit is contained in:
parent
4dd6938850
commit
c71fa9f217
9 changed files with 8 additions and 10 deletions
2
static/css/bootstrap-theme.css
vendored
2
static/css/bootstrap-theme.css
vendored
|
@ -344,4 +344,4 @@
|
||||||
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
|
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
|
||||||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
|
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
|
||||||
}
|
}
|
||||||
/*# sourceMappingURL=bootstrap-theme.css.map */
|
/*# sourceMappingURL=bootstrap-theme.css.map */
|
||||||
|
|
2
static/css/bootstrap.css
vendored
2
static/css/bootstrap.css
vendored
|
@ -5782,4 +5782,4 @@ button.close {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*# sourceMappingURL=bootstrap.css.map */
|
/*# sourceMappingURL=bootstrap.css.map */
|
||||||
|
|
2
static/js/bootstrap.js
vendored
2
static/js/bootstrap.js
vendored
|
@ -1948,4 +1948,4 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
}(jQuery);
|
}(jQuery);
|
||||||
|
|
|
@ -9108,4 +9108,4 @@ if ( typeof noGlobal === strundefined ) {
|
||||||
|
|
||||||
return jQuery;
|
return jQuery;
|
||||||
|
|
||||||
}));
|
}));
|
||||||
|
|
2
static/js/jquery.ui.core.js
vendored
2
static/js/jquery.ui.core.js
vendored
|
@ -317,4 +317,4 @@ $.extend( $.ui, {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
})( jQuery );
|
})( jQuery );
|
||||||
|
|
2
static/js/jquery.ui.mouse.js
vendored
2
static/js/jquery.ui.mouse.js
vendored
|
@ -166,4 +166,4 @@ $.widget("ui.mouse", {
|
||||||
_mouseCapture: function(/* event */) { return true; }
|
_mouseCapture: function(/* event */) { return true; }
|
||||||
});
|
});
|
||||||
|
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
2
static/js/jquery.ui.sortable.js
vendored
2
static/js/jquery.ui.sortable.js
vendored
|
@ -1286,4 +1286,4 @@ $.widget("ui.sortable", $.ui.mouse, {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
2
static/js/jquery.ui.widget.js
vendored
2
static/js/jquery.ui.widget.js
vendored
|
@ -518,4 +518,4 @@ $.each( { show: "fadeIn", hide: "fadeOut" }, function( method, defaultEffect ) {
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
})( jQuery );
|
})( jQuery );
|
||||||
|
|
|
@ -44,5 +44,3 @@ function longpoll_data(url, cont) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
//EOF
|
|
Loading…
Reference in a new issue