@@ -10,7 +10,7 @@ templates['files_drop'] = template({"1":function(container,depth0,helpers,partia
1010
1111 return " <div id=\"drop-upload-name\">"
1212 + container . escapeExpression ( ( ( helper = ( helper = lookupProperty ( helpers , "name" ) || ( depth0 != null ? lookupProperty ( depth0 , "name" ) : depth0 ) ) != null ? helper : container . hooks . helperMissing ) , ( typeof helper === "function" ? helper . call ( depth0 != null ? depth0 : ( container . nullContext || { } ) , { "name" :"name" , "hash" :{ } , "data" :data , "loc" :{ "start" :{ "line" :3 , "column" :29 } , "end" :{ "line" :3 , "column" :37 } } } ) : helper ) ) )
13- + "</div><div id=\"drop-upload-status\"></div>\n <progress id=\"drop-upload-progress-bar\" value=\"0\" max=\"100\"></progress> \n" ;
13+ + "</div><div id=\"drop-upload-status\"></div>\n <progress id=\"drop-upload-progress-bar\" value=\"0\" max=\"100\"></progress>\n" ;
1414} , "3" :function ( container , depth0 , helpers , partials , data ) {
1515 var helper , alias1 = depth0 != null ? depth0 : ( container . nullContext || { } ) , alias2 = container . hooks . helperMissing , alias3 = "function" , alias4 = container . escapeExpression , lookupProperty = container . lookupProperty || function ( parent , propertyName ) {
1616 if ( Object . prototype . hasOwnProperty . call ( parent , propertyName ) ) {
@@ -32,10 +32,10 @@ templates['files_drop'] = template({"1":function(container,depth0,helpers,partia
3232 return undefined
3333 } ;
3434
35- return "<li data-toggle=\"tooltip\" title=\""
36- + alias4 ( ( ( helper = ( helper = lookupProperty ( helpers , "name" ) || ( depth0 != null ? lookupProperty ( depth0 , "name" ) : depth0 ) ) != null ? helper : alias2 ) , ( typeof helper === alias3 ? helper . call ( alias1 , { "name" :"name" , "hash" :{ } , "data" :data , "loc" :{ "start" :{ "line" :1 , "column" :33 } , "end" :{ "line" :1 , "column" :41 } } } ) : helper ) ) )
35+ return "<li title=\""
36+ + alias4 ( ( ( helper = ( helper = lookupProperty ( helpers , "name" ) || ( depth0 != null ? lookupProperty ( depth0 , "name" ) : depth0 ) ) != null ? helper : alias2 ) , ( typeof helper === alias3 ? helper . call ( alias1 , { "name" :"name" , "hash" :{ } , "data" :data , "loc" :{ "start" :{ "line" :1 , "column" :11 } , "end" :{ "line" :1 , "column" :19 } } } ) : helper ) ) )
3737 + "\" data-name=\""
38- + alias4 ( ( ( helper = ( helper = lookupProperty ( helpers , "name" ) || ( depth0 != null ? lookupProperty ( depth0 , "name" ) : depth0 ) ) != null ? helper : alias2 ) , ( typeof helper === alias3 ? helper . call ( alias1 , { "name" :"name" , "hash" :{ } , "data" :data , "loc" :{ "start" :{ "line" :1 , "column" :54 } , "end" :{ "line" :1 , "column" :62 } } } ) : helper ) ) )
38+ + alias4 ( ( ( helper = ( helper = lookupProperty ( helpers , "name" ) || ( depth0 != null ? lookupProperty ( depth0 , "name" ) : depth0 ) ) != null ? helper : alias2 ) , ( typeof helper === alias3 ? helper . call ( alias1 , { "name" :"name" , "hash" :{ } , "data" :data , "loc" :{ "start" :{ "line" :1 , "column" :32 } , "end" :{ "line" :1 , "column" :40 } } } ) : helper ) ) )
3939 + "\">\n"
4040 + ( ( stack1 = lookupProperty ( helpers , "if" ) . call ( alias1 , ( depth0 != null ? lookupProperty ( depth0 , "isUploading" ) : depth0 ) , { "name" :"if" , "hash" :{ } , "fn" :container . program ( 1 , data , 0 ) , "inverse" :container . program ( 3 , data , 0 ) , "data" :data , "loc" :{ "start" :{ "line" :2 , "column" :1 } , "end" :{ "line" :7 , "column" :8 } } } ) ) != null ? stack1 : "" )
4141 + "</li>\n" ;
0 commit comments