The current version of this submodule depends on the Thickbox module, which is no longer supported: "I will not release a Drupal 7 version of the Thickbox module."
This probably means implementing the Colorbox module instead, but I would be a fan of just removing the popup alltogether and going with the (working) fallback of the standard form.
Comments
Comment #1
inventlogic commentedthe module conditionally adds the javascript file sms_sendtophone.js via a module_exists test for thickbox.
However it also list the sms_sendtophone.js in the modules info file defeating the test for the thickbox module.
Comment #2
almaudoh commentedRemoved scripts[] line from sms_sendtophone.info so js is conditionally loaded. Also moved inclusion code away from hook_init, which is not best practice, into specific functions.
Committed and pushed to 7.x-1.x.