Kevin
Kevin
Yes, that's the line where the Wordpress plugin generates an array of configuration options that is passed to the embedded checkout container. My issue is that I cannot figure out...
I think the solution to this problem would be something like this: If the model has an association already set up and the current user doesn't have permission to remove...
Looking at this with fresh eyes, the bug is obvious. ```javascript self.browserPrint._completePrinting(map, origins, objects); ``` should be ```javascript self._completePrinting(map, origins, objects); ``` in src/[leaflet.browser.print.js](https://github.com/Igor-Vladyka/leaflet.browser.print/blob/master/src/leaflet.browser.print.js)
The issue is that in the regex rules, you need to double escape your forward slash (\\/) so that what is passed to preg_match() is a single escaped string (\/)
We ran into this issue as well @woodsbox . We just edited the JS to remove the calls that set the overflow property on the body (There are two. One...
Also had to do this to make it work. OS is Ubuntu 13.10