diff --git a/plugins/dynamix/HelpButton.page b/plugins/dynamix/HelpButton.page index 83490fb51..7d37083ed 100644 --- a/plugins/dynamix/HelpButton.page +++ b/plugins/dynamix/HelpButton.page @@ -3,8 +3,8 @@ Title="Help" Icon="help.png" --- \ No newline at end of file diff --git a/plugins/dynamix/include/DefaultPageLayout.php b/plugins/dynamix/include/DefaultPageLayout.php index e4826a858..81b4025c9 100644 --- a/plugins/dynamix/include/DefaultPageLayout.php +++ b/plugins/dynamix/include/DefaultPageLayout.php @@ -1,6 +1,6 @@ 0) {$('html,body').scrollTop(top);} $.removeCookie('top',{path:'/'}); + $('blockquote.inline_help').each(function(i){ + $(this).attr('id','helpinfo'+i).prev().children().first().css('cursor','help').click(function(){$('#helpinfo'+i).toggle('slow');}); + }); });