File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 30
30
</ head >
31
31
< body >
32
32
33
- < a data-clone_id ="stage " class ="cloneBtn " data- actions ="createClone "> New Stage</ a >
33
+ < a data-clone_id ="stage " class ="cloneBtn " actions ="createClone "> New Stage</ a >
34
34
<!--<div id="saveFetch1" -->
35
35
<!-- class="domEditor" -->
36
36
<!-- name='clonehtml7' -->
37
37
<!-- collection="module_activity124" -->
38
38
<!-- document_id="5fbd3b198b0e4d7391255615" -->
39
- <!-- data- pass_id="me1234">-->
39
+ <!-- pass_id="me1234">-->
40
40
41
41
< div class ="Sortable ">
42
42
Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ <h2 class="padding:5px_0px">Demo</h2>
109
109
< a class ="margin-right:10px " id ="preview " data-show ="preview " data-hide ="code "> < i class ="far fa-eye "> </ i > </ a >
110
110
< a class ="margin-right:10px hidden " id ="code " data-show ="code " data-hide ="preview "> < i class ="fas fa-code "> </ i > </ a >
111
111
<!--<a class="margin-right:10px"><i class="far fa-window-maximize"></i></a>-->
112
- < a target ="modal " href ="module_activity_datatable.html " data-pass_collection ="modules " data-pass_document_id ="" data-pass_fetch_value ="" data-pass_prefix ="" data- pass_to ="render " data-modal_width ="600px " data-modal_height ="400px " data-modal_color ="#229954 "
113
- data-modal_header ="false " class ="margin-right:10px ">
112
+ < a target ="modal " href ="module_activity_datatable.html " pass-collection ="modules " pass-document_id ="" pass-fetch_value ="" pass-prefix ="" pass_to ="render " modal-width ="600px " modal-height ="400px " modal-color ="#229954 "
113
+ modal-header ="false " class ="margin-right:10px ">
114
114
< i class ="fas fa-external-link-alt "> </ i >
115
115
</ a >
116
116
< a class ="margin-right:5px " data-fullscreen target ="#playground-1 "> < i class ="fas fa-expand "> </ i > </ a >
Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ const CoCreateClone = {
75
75
76
76
clonedItem . classList . add ( 'clonedItem' ) ;
77
77
78
- //// remove data-pass_value_id from clonedItem
79
- clonedItem . removeAttribute ( 'data-pass_value_id ' ) ;
78
+ //// remove pass-value_id from clonedItem
79
+ clonedItem . removeAttribute ( 'pass-value_id ' ) ;
80
80
let tags = clonedItem . querySelectorAll ( "*" ) ;
81
81
82
82
tags . forEach ( ( tag ) => {
83
- tag . removeAttribute ( 'data-pass_value_id ' ) ;
83
+ tag . removeAttribute ( 'pass-value_id ' ) ;
84
84
} )
85
85
86
86
let prefix = this . __getNewPrefix ( clone_name ) ;
You can’t perform that action at this time.
0 commit comments