mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on tests
This commit is contained in:
parent
b6df2a3eba
commit
7826b2dcbe
@ -145,7 +145,7 @@
|
|||||||
|
|
||||||
invoice.account = {!! auth()->user()->account->load('country') !!};
|
invoice.account = {!! auth()->user()->account->load('country') !!};
|
||||||
|
|
||||||
var regExp = new RegExp(/\$[a-z][\w\.]*/, 'g');
|
var regExp = new RegExp(/\$[a-z][\w\.]*/g);
|
||||||
var matches = html.match(regExp);
|
var matches = html.match(regExp);
|
||||||
|
|
||||||
if (matches) {
|
if (matches) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user