diff --git a/productMods/js/individual/individualUtils.js b/productMods/js/individual/individualUtils.js index 5c2d9b8c..ac5c94e3 100644 --- a/productMods/js/individual/individualUtils.js +++ b/productMods/js/individual/individualUtils.js @@ -5,15 +5,6 @@ $(document).ready(function(){ // "more"/"less" HTML truncator for showing more or less content in data property core:overview $('.overview-value').truncate({max_length: 500}); - // "more"/"less" HTML truncator for all properties - // $('.subclass-property-list li:gt(4)').hide(); - // $('ul li:gt(4)').hide(); - // $('.show_button').click(function() { - // $('ul li:gt(4)').show(); - // }); - - // var propList = '.property-list:not(:has(>li>ul)) li:gt(4)'; - $.fn.exists = function () { return this.length !== 0; } @@ -100,45 +91,6 @@ $(document).ready(function(){ // Change background color button when verbose mode is off $('a#verbosePropertySwitch:contains("Turn off")').addClass('verbose-off'); - - // This function creates and styles the "qTip" tooltip that displays the resource uri when the user clicks the uri icon. - $('#uriIcon').each(function() - { - $(this).qtip( - { - content: { - prerender: true, // We need this for the .click() event listener on 'a.close' - text: '