update wpaint; fix wpaint.js

This commit is contained in:
czaks
2014-04-29 19:45:30 +02:00
parent eb23552531
commit 15a65caf9d
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ oekaki.init = function() {
stop: function(event,ui) {
$("#wpaintdiv").wPaint("resize");
},
alsoResize: "#wpaintdiv, #wpaintdiv canvas",
alsoResize: "#wpaintdiv",
});
$('#wpaintctr .ui-resizable-se').css({'height':'12px', 'width':'12px'});