mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding versioning to compressed js/css.
This commit is contained in:
parent
31d5fdbca1
commit
cb6a394049
2 changed files with 2 additions and 1 deletions
|
@ -1744,7 +1744,7 @@
|
|||
$stories_show.slideDown(500);
|
||||
setTimeout(function() {
|
||||
var $story = self.find_story_in_story_titles(self.active_story);
|
||||
NEWSBLUR.log(['$story', $story]);
|
||||
// NEWSBLUR.log(['$story', $story]);
|
||||
if ($story && $story.length && $story.is(':visible')) {
|
||||
var story = self.active_story;
|
||||
self.active_story = null; // Set is in open_story(), which allows it to scroll.
|
||||
|
|
|
@ -128,6 +128,7 @@ COMPRESS_CSS = {
|
|||
}
|
||||
}
|
||||
|
||||
COMPRESS_VERSION = True
|
||||
COMPRESS_JS_FILTERS = ['compress.filters.jsmin.JSMinFilter']
|
||||
COMPRESS_CSS_FILTERS = []
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue