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 3838 }
3939 function updateFlickrScreenName ( sn ) {
4040 $ ( "#node-config-input-username" ) . val ( sn ) ;
41- $ ( "#node-config-flickr-row" ) . html ( '<label><i class="icon -user"></i> Flickr ID</label><span class="input-xlarge uneditable-input">' + sn + '</span>' ) ;
41+ $ ( "#node-config-flickr-row" ) . html ( '<label><i class="fa fa -user"></i> Flickr ID</label><span class="input-xlarge uneditable-input">' + sn + '</span>' ) ;
4242 }
4343 function pollFlickrCredentials ( e ) {
4444 $ . getJSON ( 'credentials/flickr-credentials/' + flickrConfigNodeId , function ( data ) {
116116
117117
118118 < div class = "form-row" >
119- < label for = "node-input-name" > < i class = "icon -tag" > </ i > Name</ label >
119+ < label for = "node-input-name" > < i class = "fa fa -tag" > </ i > Name</ label >
120120 < input type = "text" id = "node-input-name" >
121121 </ div >
122122</ script >
You can’t perform that action at this time.
0 commit comments