adding some tracability into the plugins code
[myslice.git] / plugins / topmenuvalidation / static / js / topmenuvalidation.js
index 6cfc383..c29592b 100644 (file)
@@ -10,6 +10,7 @@
     var TopmenuValidation = Plugin.extend({
 
         init: function(options, element) {
+           this.classname="topmenuvalidation";
             this._super(options, element);
             this.listen_query(options.query_uuid);
            this.triggered=false;