Skip to content

Commit

Permalink
chickenpaint.js
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Jan 17, 2024
1 parent fc4e08f commit 1a4091d
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 734 deletions.
5 changes: 3 additions & 2 deletions potiboard5/chickenpaint/js/chickenpaint.js
Original file line number Diff line number Diff line change
Expand Up @@ -22457,8 +22457,9 @@ function CPLayersPalette(controller) {
statusDiv.className = "chickenpaint-layer-status";
layerDiv.appendChild(statusDiv);
layerDiv.setAttribute("data-display-index", "" + index);
layerDiv.setAttribute("data-toggle", "dropdown");
layerDiv.setAttribute("data-target", "#chickenpaint-layer-pop");
// layerDiv.setAttribute("data-toggle", "dropdown");
// layerDiv.setAttribute("data-target", "#chickenpaint-layer-pop");

return layerDiv;
}
function showRenameBoxForLayer(displayIndex) {
Expand Down
639 changes: 0 additions & 639 deletions potiboard5/chickenpaint/js/chickenpaint.js.map

This file was deleted.

Loading

0 comments on commit 1a4091d

Please sign in to comment.