This commit is contained in:
Sebastiaan Janssen
2012-09-30 06:46:37 -02:00

View File

@@ -57,7 +57,7 @@
xsltSnippet = UmbEditor.IsSimpleEditor
? jQuery("#<%= editorSource.ClientID %>").getSelection().text
: UmbEditor._editor.selection();
: UmbEditor._editor.getSelection();
if (xsltSnippet == '') {
xsltSnippet = UmbEditor.IsSimpleEditor