Browse Source

default no grid

schtonn 2 years ago
parent
commit
b54789987b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/paint.js

+ 1 - 1
js/paint.js

@@ -135,7 +135,7 @@ $(document).ready(function () {
 
     for (let i = 0; i < box.length; i++) {
         box[i].style.backgroundColor = "#fff"
-        box[i].className = 'pixel-line'
+        box[i].className = 'pixel'
         box[i].onmousedown = function (e) {
             if (e.button == 0) color = lcolor
             else color = '#fff'