Fix canceling of Grant Wizard on Windows. Fixes #2142

REL-1_X
Murtuza Zabuawala 2017-06-15 11:42:13 +01:00 committed by Dave Page
parent 6938fbafb5
commit 8376d33d77
1 changed files with 1 additions and 1 deletions

View File

@ -976,7 +976,7 @@ define([
// Clear html dom elements of CodeMirror sql tab
self.sqlControl.unbind(); // Unbind all local event bindings
var cmElem = self.sqlControl.sqlCtrl.getWrapperElement();
cmElem.remove();
$(cmElem).remove();
self.sqlControl.sqlCtrl = undefined;
}