|
|
@ -19,6 +19,7 @@
|
|
|
|
exports.fn.helpDialog = function() {
|
|
|
|
exports.fn.helpDialog = function() {
|
|
|
|
var _this = this;
|
|
|
|
var _this = this;
|
|
|
|
var lang = this.lang;
|
|
|
|
var lang = this.lang;
|
|
|
|
|
|
|
|
var cm = this.cm;
|
|
|
|
var editor = this.editor;
|
|
|
|
var editor = this.editor;
|
|
|
|
var settings = this.settings;
|
|
|
|
var settings = this.settings;
|
|
|
|
var path = settings.pluginPath + pluginName + "/";
|
|
|
|
var path = settings.pluginPath + pluginName + "/";
|
|
|
@ -46,6 +47,7 @@
|
|
|
|
buttons : {
|
|
|
|
buttons : {
|
|
|
|
close : [lang.buttons.close, function() {
|
|
|
|
close : [lang.buttons.close, function() {
|
|
|
|
this.hide().lockScreen(false).hideMask();
|
|
|
|
this.hide().lockScreen(false).hideMask();
|
|
|
|
|
|
|
|
cm.focus && cm.focus();
|
|
|
|
|
|
|
|
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
}]
|
|
|
|
}]
|
|
|
|