[relations] Dropped WYSIWYG-PDF configuration variable.

This commit is contained in:
Michal Čihař
2010-08-23 11:05:12 +02:00
parent 8a011f77b8
commit 5a51858352
5 changed files with 40 additions and 46 deletions

View File

@@ -1421,7 +1421,7 @@ function getElement(e,f){
}
/**
* Refresh the WYSIWYG-PDF scratchboard after changes have been made
* Refresh the WYSIWYG scratchboard after changes have been made
*/
function refreshDragOption(e) {
var elm = $('#' + e);
@@ -1431,7 +1431,7 @@ function refreshDragOption(e) {
}
/**
* Refresh/resize the WYSIWYG-PDF scratchboard
* Refresh/resize the WYSIWYG scratchboard
*/
function refreshLayout() {
var elm = $('#pdflayout')
@@ -1453,7 +1453,7 @@ function refreshLayout() {
}
/**
* Show/hide the WYSIWYG-PDF scratchboard
* Show/hide the WYSIWYG scratchboard
*/
function ToggleDragDrop(e) {
var elm = $('#' + e);