Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<div id="view360" style="width: 100%">
</div>


Javascript
AJS.toInit( () =>
	{	AJS.$.getScript( "/download/attachments/128142989/pdt360DegViewer.js")
		.done( function( script, textStatus ) {
    			console.log( textStatus );

				var path = '/download/attachments/128142989/';
				pdt360DegViewer('view360', 2, path, 'png', false, false, true, false, false, false, false);

			} );
	} );