Skip to content

Commit

Permalink
Merge pull request #566 from VisheshSaluja/process_save
Browse files Browse the repository at this point in the history
Process save
  • Loading branch information
VisheshSaluja authored Sep 16, 2024
2 parents 3455227 + cf2d131 commit 934ee1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/static/js/gw.process.util.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GW.process.util = {
code,
code_editor_container_id,
process_window_container_id,
cmid,
// cmid,
)
{
$(code_editor_container_id).html("");
Expand Down Expand Up @@ -181,9 +181,9 @@ GW.process.util = {

// Add any additional editor options or event listeners here
});
if(cmid!=null){
console.log("Editor cmid: " + cmid);
}
// if(cmid!=null){
// console.log("Editor cmid: " + cmid);
// }


}
Expand Down

0 comments on commit 934ee1f

Please sign in to comment.