Changeset 2691509
- Timestamp:
- 03/09/2022 02:16:42 PM (4 years ago)
- File:
-
- 1 edited
-
morphii/trunk/assets/js/morphii-custom.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
morphii/trunk/assets/js/morphii-custom.js
r2689222 r2691509 4 4 var collection = null; 5 5 var intensitySet=false; 6 var morphiiInstance; 6 7 window.onload = function() { 7 8 createWidget(); … … 40 41 }))] 41 42 } 42 return{43 morphiiInstance={ 43 44 div_id: 'widget-' + qId, 44 45 morphii: { … … 75 76 } 76 77 }; 78 return morphiiInstance; 77 79 } 78 80
Note: See TracChangeset
for help on using the changeset viewer.