pgadmin4/web/pgadmin/static
George Gelashvili 5cfa22cf23 Fix React to work with QtWebKit
We learned that the underlying issue was related to react-dom's SyntheticEvent.augmentClass function being undefined.

This seems to be caused by attempted property assignment after the SyntheticEvent had been replaced by a Proxy of itself. This works fine in Chromium et al, but QtWebKit doesn't deal with Proxy Event objects well.
Moving the augmentClass definition and assignment up above the Proxy stuff resolves the issue in a PR to React: https://github.com/facebook/react/pull/10011
2017-06-21 11:25:22 +01:00
..
css Consolidate selection colors in the drop down menu and browser tree to match the light blue agreed upon in the styleguide. 2017-06-21 11:11:49 +01:00
img Improvements to the Query Results grid: 2017-06-08 13:31:36 +01:00
js Fix script options which were inadvertently broken in the query tool tab naming patch. 2017-06-15 12:19:47 +01:00
jsx Initial re-vamp of the History tab. 2017-06-13 09:50:41 +01:00
vendor Fix React to work with QtWebKit 2017-06-21 11:25:22 +01:00
favicon.ico Put the favicon in the right place. 2015-01-20 12:32:44 +00:00