Revert to updating total value instead of placeholder

This commit is contained in:
Brian Miyaji
2014-02-22 15:45:20 +11:00
parent e41950e907
commit aab4c9af81
2 changed files with 1 additions and 3 deletions

View File

@@ -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