pgadmin4/web/pgadmin/static
Surinder Kumar 8a3a44ed25 Fixes the issue about redirection to undesirable URL when clicked on the
file control selection button.

All our views are inherited from the Backform.Form (a extended
Backbone.View), which has an tag element set to 'form'. The default
action for a button in form is to submit the data, and that results into
undesirable redirection within our Views. We can resolve the issue of
redirection by setting 'preventDefault' to true in the click event
object on that button. But - we may use the button control within our
view in future, and that will have the similar behaviour. Keeping that
in mind, we set the default tag to 'div' instead of 'form' for all our
views.

ommit.
2016-05-23 16:26:42 +05:30
..
css Changed the Select2Control to work more consistently. 2016-05-21 15:41:38 +05:30
fonts Updated the font-awesome to 4.5 (latest) version. 2016-03-18 01:34:45 +05:30
img Add support for creating dialogs, and add an About dialog. 2015-01-27 16:54:39 +00:00
js Fixes the issue about redirection to undesirable URL when clicked on the 2016-05-23 16:26:42 +05:30
favicon.ico Put the favicon in the right place. 2015-01-20 12:32:44 +00:00