// Commit new tabs in product edition
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11079 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -32,7 +32,8 @@ var intervalCheck = null;
|
||||
var id = 0;
|
||||
var arrayCatToExpand = new Array();
|
||||
|
||||
$(document).ready(function(){
|
||||
function buildTreeView()
|
||||
{
|
||||
$("#categories-treeview").treeview({
|
||||
url : 'ajax.php',
|
||||
toggle: function () { callbackToggle($(this)); },
|
||||
@@ -73,7 +74,7 @@ $(document).ready(function(){
|
||||
uncheckAllCategories();
|
||||
return false;
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
function callbackToggle(element)
|
||||
{
|
||||
|
||||
@@ -345,10 +345,9 @@ $(document).ready(function() {
|
||||
|
||||
$("#is_virtual_good").change(function(e)
|
||||
{
|
||||
$(".toggleVirtualPhysicalProduct").toggle();
|
||||
$("#virtual_good").toggle();
|
||||
});
|
||||
|
||||
|
||||
if ($("#is_virtual_good").attr("checked"))
|
||||
{
|
||||
$("#virtual_good").show();
|
||||
|
||||
Reference in New Issue
Block a user