// help access

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12280 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fBrignoli
2012-01-09 16:22:38 +00:00
parent 6fb6b29a05
commit 51502a8449
2 changed files with 14 additions and 18 deletions
@@ -36,19 +36,6 @@
</ul>
<script language="javascript">
if (helpboxes > 0)
{
$(document).ready(function (){
button = getHelpButton(help_class_name);
if (button != '')
{
$('ul.cc_button').append(button);
$('.help-context-'+help_class_name).fadeIn("fast").show();
}
});
}
$(function() {
//get reference on save link
btn_save = $('span[class~="process-icon-save"]').parent();