Working on tests
This commit is contained in:
parent
b6df2a3eba
commit
7826b2dcbe
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@
|
|||
|
||||
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);
|
||||
|
||||
if (matches) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue