Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gooong committed Jul 31, 2018
1 parent 12ed174 commit 34ade5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion web/pgadmin/static/bundle/slickgrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ import 'slickgrid/slick.formatters';
import 'slickgrid/plugins/slick.autotooltips';
import 'slickgrid/plugins/slick.cellrangedecorator';
import 'slickgrid/plugins/slick.cellrangeselector';
import 'sources/slickgrid/custom_header_buttons';

export default window.Slick;
export default window.Slick;
1 change: 0 additions & 1 deletion web/pgadmin/static/js/sqleditor/geometry_viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ let GeometryViewer = {
],
};
}

},
};

Expand Down
3 changes: 2 additions & 1 deletion web/pgadmin/tools/sqleditor/static/js/sqleditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ define('tools.querytool', [
'backgrid.sizeable.columns',
'slick.pgadmin.formatters',
'slick.pgadmin.editors',
'sources/slickgrid/custom_header_buttons',
'pgadmin.browser',
'pgadmin.tools.user_management',
], function(
Expand Down Expand Up @@ -591,6 +590,8 @@ define('tools.querytool', [
- This plugin is useful for selecting rows using checkbox
3) RowSelectionModel
- This plugin is needed by CheckboxSelectColumn plugin to select rows
4) Slick.HeaderButtons
- This plugin is useful for add buttons in column header
Grid Options:
-------------
Expand Down

0 comments on commit 34ade5f

Please sign in to comment.