File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ $(document).ready(function () {
185
185
$ ( '.simple-select' ) . select2 ( ) ;
186
186
187
187
// Enable clipboard toggles
188
- var clipboards = new Clipboard ( '.to-clipboard' ) ;
188
+ var clipboards = new ClipboardJS ( '.to-clipboard' ) ;
189
189
190
190
// Keep track of the last "taggable" input/textarea
191
191
$ ( '.taggable' ) . on ( 'focus' , function ( ) {
@@ -256,4 +256,4 @@ $(document).ready(function () {
256
256
}
257
257
} ) ;
258
258
}
259
- } ) ;
259
+ } ) ;
Original file line number Diff line number Diff line change 27
27
"grunt-contrib-watch" : " ^1.1.0" ,
28
28
"grunt-postcss" : " ^0.9.0" ,
29
29
"grunt-sass" : " ^2.1.0" ,
30
- "node-sass" : " ^4.13.0" ,
31
30
"html5shiv" : " ^3.7.3" ,
32
31
"jquery" : " ^3.4.1" ,
33
32
"jquery-ui" : " ^1.12.1" ,
34
33
"js-cookie" : " ^2.2.1" ,
35
34
"load-grunt-tasks" : " ^5.1.0" ,
35
+ "node-sass" : " ^4.13.0" ,
36
36
"postcss" : " ^7.0.26" ,
37
37
"select2" : " ^4.0.12" ,
38
38
"zxcvbn" : " ^4.4.2"
You can’t perform that action at this time.
0 commit comments