Fix "View Filtered Rows" option.

This commit is contained in:
Dave Page
2016-04-15 08:52:27 +01:00
parent af680b724d
commit 9c65b73f31
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
define( define(
['jquery','alertify', 'pgadmin', 'pgadmin.browser', 'wcdocker'], ['jquery','alertify', 'pgadmin','codemirror', 'codemirror/mode/sql',
function($, alertify, pgAdmin) { 'pgadmin.browser', 'wcdocker'],
function($, alertify, pgAdmin, CodeMirror) {
// Some scripts do export their object in the window only. // Some scripts do export their object in the window only.
// Generally the one, which do no have AMD support. // Generally the one, which do no have AMD support.
var wcDocker = window.wcDocker, var wcDocker = window.wcDocker,

View File

@@ -232,6 +232,7 @@
font-size: 10px; font-size: 10px;
line-height: 1.428571429; line-height: 1.428571429;
border-radius: 10px; border-radius: 10px;
cursor: auto;
} }
.visibility-hidden { .visibility-hidden {