Plugin Directory

Changeset 2691509


Ignore:
Timestamp:
03/09/2022 02:16:42 PM (4 years ago)
Author:
morphii
Message:

Js Issue fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • morphii/trunk/assets/js/morphii-custom.js

    r2689222 r2691509  
    44  var collection = null;
    55  var intensitySet=false;
     6  var morphiiInstance;
    67  window.onload = function() {
    78    createWidget();
     
    4041      }))]
    4142    }
    42     return {
     43    morphiiInstance={
    4344      div_id: 'widget-' + qId,
    4445      morphii: {
     
    7576      }
    7677    };
     78    return morphiiInstance;
    7779  }
    7880
Note: See TracChangeset for help on using the changeset viewer.