MediaWiki:Common.js
Deprecated: Creation of dynamic property PPDStack::$accum is deprecated in /home2/xelnath/public_html/atomech/includes/parser/Preprocessor_DOM.php on line 753
From Atomech Dev Wiki
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Any JavaScript here will be loaded for all users on every page load. */ importScript('MediaWiki:Spine-widget.js'); importScript('MediaWiki:Jquery-3.1.0.min.js'); $(function () { $('#mw-mywiki-example').html('any HTML'); }()); function f (widget) { var animIndex = 0; widget.canvas.onclick = function () { animIndex++; var animations = widget.skeleton.data.animations; if (animIndex >= animations.length) animIndex = 0; widget.setAnimation(animations[animIndex].name); } } new spine.SpineWidget("spine-widget", { json: "Assets/Palace Sentry.json", atlas: "Assets/Palace Sentry.atlas", animation: "Idle", backgroundColor: "#00000000", debug: false, premultipliedAlpha: "true", success: f });