archan937 / topup

The #1 Javascript Pop Up / Lightbox made by Paul Engel
http://gettopup.com
158 stars 32 forks source link

Regex tweak to allow use in WordPress themes #25

Open jpadvo opened 13 years ago

jpadvo commented 13 years ago

The scriptHost regular expression wouldn't work for long urls like this: http://localhost/project_name/wp-content/themes/theme_name/topup/javascripts/top_up.js

So I tweaked it using a positive lookahead. I posted this as an issue a while back, then learned about the ability to use a pull request. So, if you like it here it is!