[FTS Configuration] Fixed an typo - it should have been assignment
parent
a6c03a6b75
commit
29ae6dfbf6
|
@ -288,7 +288,7 @@ define('pgadmin.node.fts_configuration', [
|
|||
|
||||
if (self.grid) {
|
||||
self.grid.remove();
|
||||
self.grid.null;
|
||||
self.grid = null;
|
||||
}
|
||||
// Initialize a new Grid instance
|
||||
var grid = self.grid = new Backgrid.Grid({
|
||||
|
|
Loading…
Reference in New Issue