Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

how to enable my plugin in mobile

Hi,
I develop a plugin to add my js to my vanilla site!The following is my code:
public function DiscussionController_BeforeDiscussionRender_Handler(&$Sender) {
$Sender->AddJsFile('/test/test.js');
}

It can run on my computer browser and can run on my ipod with full site mode!But it is invalid with the mobile mode (the default view mode on ipod with safari),how can I make it run on my ipod with mobile mode?

thanks!

Comments

Sign In or Register to comment.