// added javascript doc
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12119 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -289,11 +289,24 @@ function getManufacturers()
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* hide save and save-and-stay buttons
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
function disableSave()
|
||||
{
|
||||
$('#desc-product-save').hide();
|
||||
$('#desc-product-save-and-stay').hide();
|
||||
}
|
||||
|
||||
/**
|
||||
* hide save and save-and-stay buttons
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
function enableSave()
|
||||
{
|
||||
$('#desc-product-save').show();
|
||||
|
||||
Reference in New Issue
Block a user