# HG changeset patch # User Raimund Renkert # Date 1414843957 -3600 # Node ID 9fec6df13be8b130a2af31c03f1032a26299314d # Parent fbcf6ef3b6f6b1054dc0d227aae5d890496d689e Fixed the controller. diff -r fbcf6ef3b6f6 -r 9fec6df13be8 app/controller/Sql.js --- a/app/controller/Sql.js Sat Nov 01 13:12:16 2014 +0100 +++ b/app/controller/Sql.js Sat Nov 01 13:12:37 2014 +0100 @@ -35,8 +35,6 @@ // CSS like selector to select element in the viewport. See // ComponentQuery documentation for more details. '#search': { - // Map the "render" event to the given function. - render: this.onPanelRendered, // Map Doubleclick on rows of the probenlist. select: this.selectSql },