summaryrefslogtreecommitdiffstats
path: root/WebHob_1.5/b3/assets/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebHob_1.5/b3/assets/js/main.js')
-rwxr-xr-xWebHob_1.5/b3/assets/js/main.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebHob_1.5/b3/assets/js/main.js b/WebHob_1.5/b3/assets/js/main.js
index 527940f..7ec8777 100755
--- a/WebHob_1.5/b3/assets/js/main.js
+++ b/WebHob_1.5/b3/assets/js/main.js
@@ -118,16 +118,16 @@ $(document).ready(function() {
}); */
//enable tooltips for the delete action
- $(".icon-trash").not(".no-tooltip, .remove").tooltip( {container: 'body', html: true, delay: {show: 400}, title: "Delete" });
+ $(".glyphicon-trash").not(".no-tooltip, .remove").tooltip( {container: 'body', html: true, delay: {show: 400}, title: "Delete" });
// enable toolipts for the remove action
$(".remove").not("no-tooltip").tooltip( {container: 'body', html: true, delay: {show: 400}, title: "Remove" });
//enable tooltips for the edit action
- $(".icon-pencil").tooltip( {container: 'body', html: true, delay: {show: 400}, title: "Change" });
+ $(".glyphicon-edit").tooltip( {container: 'body', html: true, delay: {show: 400}, title: "Change" });
//enable tooltips for the download action
- $(".icon-download-alt").tooltip( {container: 'body', html: true, delay: {show: 400} });
+ $(".glyphicon-download-alt").tooltip( {container: 'body', html: true, delay: {show: 400} });
//enable tooltips for the build action in the my image recipes section
$(".icon-refresh").tooltip( {container: 'body', html: true, delay: {show: 400} });