1
0
Fork 0

repack fix

This commit is contained in:
Alexander Yakovlev 2017-12-10 21:34:49 +07:00
parent d641c5c136
commit 486e4498ee

View file

@ -293,7 +293,7 @@ function circlepack(bin, canvas) {
}
jQuery(document).on('click', '#repack', function() {
if (circle) {
if (iscircle) {
circlerepack(canvas);
} else {
repack(canvas);