Skip to content

Commit

Permalink
remove title tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Nov 19, 2012
1 parent e6a676d commit 2bedd68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/Assets/webroot/js/infinitas.js
Expand Up @@ -75,11 +75,11 @@ switch(Infinitas.params.prefix) {
});
}

$("[title]:not(.textarea *)").tooltip({
/**$("[title]:not(.textarea *)").tooltip({
track: true, delay: 0, showURL: false,
fixPNG: true, showBody: " :: ",
left: 5, top: -5
});
});**/

$('#' + Infinitas.model + 'ImageId').imageSelect();
$('#ProductImageProductImage').imageSelect();
Expand Down

0 comments on commit 2bedd68

Please sign in to comment.