I dont want these changes

Main.coffee change created flashing of certain elements
This commit is contained in:
seaweedchan 2013-05-25 00:14:28 -07:00
parent 5ef9da50ac
commit 11730a4673
5 changed files with 5 additions and 1 deletions

View File

@ -10116,6 +10116,7 @@
}
Conf['selectedArchives'] = {};
$.get(Conf, Main.initFeatures);
$.on(d, '4chanMainInit', Main.initStyle);
return $.asap((function() {
var _ref;

View File

@ -10127,6 +10127,7 @@
}
Conf['selectedArchives'] = {};
$.get(Conf, Main.initFeatures);
$.on(d, '4chanMainInit', Main.initStyle);
return $.asap((function() {
var _ref;

View File

@ -10108,6 +10108,7 @@
}
Conf['selectedArchives'] = {};
$.get(Conf, Main.initFeatures);
$.on(d, '4chanMainInit', Main.initStyle);
return $.asap((function() {
var _ref;

View File

@ -479,7 +479,7 @@ http://iqdb.org/?url=%TURL
backlink: '>>%id'
fileInfo: '%l (%p%s, %r)'
fileInfo: '%L (%p%s, %r)'
favicon: 'ferongr'

View File

@ -18,6 +18,7 @@ Main =
$.get Conf, Main.initFeatures
$.on d, '4chanMainInit', Main.initStyle
$.asap (-> d.head and $('link[rel="canonical"]', d.head) or d.readyState in ['interactive', 'complete']),
Main.initStyle