Author: sebawagner
Date: Sat Aug 11 12:37:55 2012
New Revision: 1371933
URL: http://svn.apache.org/viewvc?rev=1371933&view=rev
Log:
OPENMEETINGS-394 Fixes drag and drop of saved files to whiteboard
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/dragItemFileExplorer.lzx
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/dragItemFileExplorer.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/dragItemFileExplorer.lzx?rev=1371933&r1=1371932&r2=1371933&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/dragItemFileExplorer.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/dragItemFileExplorer.lzx
Sat Aug 11 12:37:55 2012
@@ -127,6 +127,8 @@
this.refObj.loadDocumentToWhiteboard();
} else if (this.refObj.isImage) {
this.refObj.loadImageToWhiteboard();
+ } else if (this.refObj.isWmlFile) {
+ this.refObj.loadWmlFile();
} else {
if ($debug) Debug.warn("Should never happen
dragItemFileExplorer unhandled case");
}