davelester / WPBadger

A lightweight badge issuing platform built using WordPress
Other
43 stars 13 forks source link

Move inline scripts to external file #34

Closed boonebgorges closed 11 years ago

boonebgorges commented 11 years ago

Printing scripts inline as you do in wpbadger_award_content_filter() can cause dependency issues when jQuery is not loaded in the right order. It could also be more effectively cached as a separate file.

davelester commented 11 years ago

Thanks, just merged into the master branch.