Skip to content

Commit 4f612d9

Browse files
committed
Use font awesome icons.
1 parent acc82f0 commit 4f612d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flickr/flickr.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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) {
@@ -116,7 +116,7 @@
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>

0 commit comments

Comments
 (0)