File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ function demo() {
256
256
listTensorsBody += "value=\"" ;
257
257
listTensorsBody += formatName ;
258
258
listTensorsBody += "\"/>" ;
259
- listTensorsBody += "<label>" ;
259
+ listTensorsBody += "<label data-toggle=\"dropdown\" >" ;
260
260
listTensorsBody += "<i class=\"mdl-icon-toggle__label " ;
261
261
listTensorsBody += "material-icons\">keyboard_arrow_down</i>" ;
262
262
listTensorsBody += "</label>" ;
@@ -301,7 +301,7 @@ function demo() {
301
301
listTensorsBody += "\" data-val=\"" ;
302
302
listTensorsBody += level ;
303
303
listTensorsBody += "\"/>" ;
304
- listTensorsBody += "<label>" ;
304
+ listTensorsBody += "<label data-toggle=\"dropdown\" >" ;
305
305
listTensorsBody += "<i class=\"mdl-icon-toggle__label " ;
306
306
listTensorsBody += "material-icons\">keyboard_arrow_down</i>" ;
307
307
listTensorsBody += "</label>" ;
You can’t perform that action at this time.
0 commit comments