Destroy or uninitialize rotator

michaelb

New member
I am using the javascript api to set up my 360. Is there a way to destroy the rotator after it has been initialized?
 

WebSupport

Active member
Hi Michael, we regretfully don't have this in our API yet... but we can add it next week and put it in the upcoming v3.6.3 update. Can you please send us a quick email to support at webrotate360 dot com so we can send you the new build as soon as it becomes available next week?
 

WebSupport

Active member
This has been released today in the latest v3.6.3 update. It's available in the API as follows:

Code:
api.delete();

The updated script and example (template_api.html) is available in our integration templates here. We will also get in touch via email to send you the new links for the update software.
 
Top