Fix spelling of newsearch_opacity property
[mkws-moved-to-github.git] / src / mkws-widget-main.js
index 5ddb0b3..81b71c7 100644 (file)
@@ -115,7 +115,7 @@ mkws.registerWidgetType('records', function() {
   var team = this.team;
 
   this.team.queue("searchtriggered").subscribe(function() {
-    var op = that.config['new-search-opacity'];
+    var op = that.config['newsearch_opacity'];
     if (op !== undefined) { that.node.fadeTo(500, op); }
   });