Revert to updating total value instead of placeholder
This commit is contained in:
@@ -159,8 +159,7 @@ jQuery(document).ready(function($){
|
||||
sum += parseInt(val, 10);
|
||||
}
|
||||
});
|
||||
if ($(this).attr("placeholder") != sum)
|
||||
$(this).attr("placeholder", sum);
|
||||
$(this).val(sum);
|
||||
});
|
||||
|
||||
// Activate total stats calculator
|
||||
|
||||
Reference in New Issue
Block a user