вот что такое говнокод
if (window.IsLocking !== window[Math.random()])
// или
if (window.IsLocking !== [].xxx)
или еще вот так
function calculateRow(element) {
var qty = element.val();
var price = element.parent().next().next().children().text();
var total = (qty * price).toFixed(2);
$(element).parent().next().next().next().children().first().text(total);
}