for some reason im getting this error on a sharehosting that i have install suitecrm 7.2.1
$(function() { var $dialog = $(’
‘) .html(SUGAR.language.get(‘app_strings’, ‘LBL_SEARCH_HELP_TEXT’)) .dialog({ autoOpen: false, title: SUGAR.language.get(‘app_strings’, ‘LBL_HELP’), width: 700 }); $(’#filterHelp’).click(function() { $dialog.dialog(‘open’); // prevent the default action, e.g., following a link }); });