Remove debug

3col
Vitaliy Filippov 2015-01-14 18:01:46 +03:00
parent ad23fd9c37
commit 22725790d7
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ function handleControlledField(controlled_id, is_initial_editform)
}
}
// Select and/or remember default value
if (m.default_field && document.getElementById(m.default_field) && 0)
if (m.default_field && document.getElementById(m.default_field))
{
var diff = false;
if (controlled._oldDefault)