Working on tests

This commit is contained in:
Hillel Coren 2018-02-14 11:00:24 +02:00
parent b6df2a3eba
commit 7826b2dcbe

View File

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