diff --git a/web/pgadmin/browser/static/js/collection.js b/web/pgadmin/browser/static/js/collection.js index 483f57b7..0549ebc9 100644 --- a/web/pgadmin/browser/static/js/collection.js +++ b/web/pgadmin/browser/static/js/collection.js @@ -93,12 +93,10 @@ define([ // All buttons will be created within a single // div area. var btnGroup = - $('
').addClass( - 'pg-prop-btn-group' - ), + $(''), // Template used for creating a button tmpl = _.template([ - '', diff --git a/web/pgadmin/browser/static/js/node.js b/web/pgadmin/browser/static/js/node.js index 10427f0e..278a7ddc 100644 --- a/web/pgadmin/browser/static/js/node.js +++ b/web/pgadmin/browser/static/js/node.js @@ -1092,12 +1092,10 @@ define('pgadmin.browser.node', [ // All buttons will be created within a single // div area. var btnGroup = - $('').addClass( - 'pg-prop-btn-group' - ), + $(''), // Template used for creating a button tmpl = _.template([ - '', diff --git a/web/pgadmin/static/js/backform.pgadmin.js b/web/pgadmin/static/js/backform.pgadmin.js index 5db18cf3..2a8792b2 100644 --- a/web/pgadmin/static/js/backform.pgadmin.js +++ b/web/pgadmin/static/js/backform.pgadmin.js @@ -444,7 +444,7 @@ define([ template: _.template([ '', '