MustangGB

Results 23 comments of MustangGB

This would be welcome.

May as well share the PR as I was looking at working on this also.

I see where you're coming from, at least for many of the options, however there are some that I believe that it would be fine if we could use them...

@bbrala: Any more I can do to help move this along?

Yes it works as noted above, jQuery events are triggered, and the native event (href location change) is triggered.

@bbrala Anything else you need from me? If you're after a pull request then some insight into exactly which direction you'd like to go would be appreciated.

Awesome thanks, to keep consistency with the rest of your codebase you might want to include the terminating semi-colon, not a big deal but thought I'd mentioned it as usually...

@cgatesman Not sure if this should be a seperate issue tbh, however I tested with Firefox 54.0.1 and didn't have any problems with `_blank`.

Looks like you have ``` server { server_name _; listen 80; return 503; } ``` But are missing ``` server { server_name _; listen 443; return 503; } ``` Likely...