You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently performing a clever hack for getting our custom JS in, but there us a standard way of already doing this. Consider how InfoWindow does this
public function register_script(){
plugin::add_javascript("InfoWindow/media/js/jquery.pagination");
echo plugin::render("javascript");
echo "<script src=\"".url::base()."infowindow\"></script>";
}
The text was updated successfully, but these errors were encountered:
We are currently performing a clever hack for getting our custom JS in, but there us a standard way of already doing this. Consider how InfoWindow does this
The text was updated successfully, but these errors were encountered: