AF-VCD / pdf-bullets

Web-based utility for writing Air Force Bullets (EPR/OPR/Awards)
MIT License
44 stars 38 forks source link

Website not working on Safari/iphone #56

Open ckhordiasma opened 3 years ago

ckhordiasma commented 3 years ago

I think this issue is because regex lookbehind is not supported across all browsers, per https://stackoverflow.com/questions/51568821/works-in-chrome-but-breaks-in-safari-invalid-regular-expression-invalid-group .

ckhordiasma commented 3 years ago

ok, fix is implemented in https://github.com/ckhordiasma/pdf-bullets/pull/6 , will push changes into here later