Skip to content

Commit

Permalink
add placeholder to SimpleLightbox (#1655)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Aug 10, 2022
1 parent a1dcc68 commit 10fd5d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reacnetgenerator/static/webpack/reacnetgen.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ function addloadbutton() {
});
}

// placeholder for SimpleLightbox
function SimpleLightbox(config){};

//define global
window.$ = $;
window.addnode = addnode;
Expand All @@ -320,3 +323,4 @@ window.G = G;
window.timer1 = null;
window.timer2 = null;
window.isdrag = false;
window.SimpleLightbox = SimpleLightbox;

0 comments on commit 10fd5d6

Please sign in to comment.