|
@@ -57,6 +57,7 @@ ${ layout.menubar(section='query') }
|
|
|
activeSourceType: snippetType,
|
|
activeSourceType: snippetType,
|
|
|
navigationSettings: {
|
|
navigationSettings: {
|
|
|
openItem: false,
|
|
openItem: false,
|
|
|
|
|
+ showPreview: true,
|
|
|
showStats: true
|
|
showStats: true
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -1288,6 +1289,7 @@ var INITIAL_HORIZONTAL_RESIZE_POSITION = -1;
|
|
|
|
|
|
|
|
// Navigator, recent queries
|
|
// Navigator, recent queries
|
|
|
$(document).ready(function () {
|
|
$(document).ready(function () {
|
|
|
|
|
+ $(document).on('click', '.assist-table .fa-list', function(){ $('.modal-backdrop').before($('#assistQuickLook')) });
|
|
|
$("#resizePanel a").draggable({
|
|
$("#resizePanel a").draggable({
|
|
|
axis: "y",
|
|
axis: "y",
|
|
|
start: function (e, ui) {
|
|
start: function (e, ui) {
|