Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaetanbrl committed Nov 29, 2024
1 parent 3d44d08 commit b44a3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/mviewerstudio.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ var editLayer = function (item, themeid, layerid, groupid) {
mv.setCurrentLayerId(layerid);
var element = $(item).parent().parent();
element.addClass("active");
if(!layerid) {
if (!layerid) {
layerid = element.attr("data-layerid");
}
if (layerid != "undefined") {
Expand Down

0 comments on commit b44a3ee

Please sign in to comment.