You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
if you aggree
please change line 1814 from
sLoopData = sLoopData.replace( /<.?>/g, "" );
to
sLoopData = sLoopData.replace( /<[\s\S]?>/g, "" );
in order to match any sign also line breaks.
The text was updated successfully, but these errors were encountered:
Hi,
if you aggree
please change line 1814 from
sLoopData = sLoopData.replace( /<.?>/g, "" );
to
sLoopData = sLoopData.replace( /<[\s\S]?>/g, "" );
in order to match any sign also line breaks.
The text was updated successfully, but these errors were encountered: