Welcome Guest, Not a member yet? Register   Sign In
Jquery problem with .unload
#2

Your missing the last closing )

Code:
 chrome.runtime.sendMessage(editorExtensionId, "snapshot_mode_unload",

Should be:

Code:
 chrome.runtime.sendMessage(editorExtensionId, "snapshot_mode_unload"),
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Jquery problem with .unload - by richb201 - 05-24-2019, 06:28 AM
RE: Jquery problem with .unload - by InsiteFX - 05-24-2019, 02:10 PM
RE: Jquery problem with .unload - by richb201 - 05-26-2019, 03:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB