forked from leftypol/leftypol
wpaint.js: fix js exception; vichan-devel#20
This commit is contained in:
parent
966776d338
commit
780fa67fe8
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ oekaki.init = function() {
|
|||
$(window).on('stylesheet', function() {
|
||||
oekaki.do_css();
|
||||
if ($('link#stylesheet').attr('href')) {
|
||||
$('link#stylesheet')[0].onload = do_css;
|
||||
$('link#stylesheet')[0].onload = oekaki.do_css;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue