// Removing console.log
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9588 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -62,7 +62,6 @@ $(document).ready(function() {
|
||||
});
|
||||
$.each(data.fields_display, function(it, line)
|
||||
{
|
||||
console.log(it);
|
||||
if (typeof(row[it]) == 'undefined')
|
||||
{
|
||||
if (first || count == 0)
|
||||
@@ -72,8 +71,6 @@ $(document).ready(function() {
|
||||
}
|
||||
else
|
||||
{
|
||||
console.log(first);
|
||||
console.log(count);
|
||||
count--;
|
||||
if (first)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user