mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
parent
fa8b7f50e8
commit
7009fe67ae
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -406,11 +406,9 @@ NINJA.decodeJavascript = function(invoice, javascript)
|
|||||||
value = formatMoneyInvoice(value, invoice);
|
value = formatMoneyInvoice(value, invoice);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($.trim(value)) {
|
|
||||||
javascript = javascript.replace(match, value);
|
javascript = javascript.replace(match, value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
return javascript;
|
return javascript;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user