File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 39
39
40
40
dataInput . val ( JSON . stringify ( {
41
41
html : htmlTextarea . val ( ) ,
42
- css : cssTextarea . val ( )
42
+ css : cssTextarea . val ( ) ,
43
+ editors : '110' ,
44
+ tags : [ 'SnappySnippet' ]
43
45
} ) ) ;
44
46
} ) ;
45
47
Original file line number Diff line number Diff line change @@ -104,20 +104,20 @@ <h4 class="panel-title">
104
104
105
105
< div class ="row " id ='export-buttons-row '>
106
106
< div class ="col-xs-4 ">
107
- < form action ="http ://codepen.io/pen/define " method ="POST " target ="_blank " id ='codepen-form '>
107
+ < form action ="https ://codepen.io/pen/define " method ="POST " target ="_blank " id ='codepen-form '>
108
108
< input type ="hidden " name ="data " value =''/>
109
109
< button type ='submit ' class ='btn btn-primary '> < span class ="fui-mail "> </ span > Send to CodePen</ button >
110
110
</ form >
111
111
</ div >
112
112
< div class ="col-xs-4 ">
113
- < form action ="http ://jsbin.com/?html,css,output " method ="POST " target ="_blank " id ='jsbin-form '>
113
+ < form action ="https ://jsbin.com/?html,css,output " method ="POST " target ="_blank " id ='jsbin-form '>
114
114
< input type ="hidden " name ="html " value =''/>
115
115
< input type ="hidden " name ="css " value =''/>
116
116
< button type ='submit ' class ='btn btn-primary '> < span class ="fui-mail "> </ span > Send to JS Bin</ button >
117
117
</ form >
118
118
</ div >
119
119
< div class ="col-xs-4 ">
120
- < form action ="http ://jsfiddle.net/api/post/library/pure/ " method ="POST " target ="_blank " id ='jsfiddle-form '>
120
+ < form action ="https ://jsfiddle.net/api/post/library/pure/ " method ="POST " target ="_blank " id ='jsfiddle-form '>
121
121
< input type ="hidden " name ="html " value =''/>
122
122
< input type ="hidden " name ="css " value =''/>
123
123
< button type ='submit ' class ='btn btn-primary '> < span class ="fui-mail "> </ span > Send to jsFiddle</ button >
You can’t perform that action at this time.
0 commit comments