diff --git a/editor.html b/editor.html
new file mode 100755
index 0000000..b9aa64c
--- /dev/null
+++ b/editor.html
@@ -0,0 +1,299 @@
+
+
+
+
+PortableMag
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Two column
+
+ Column 1
+
+
+ Column 2
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/index.html b/index.html
index fcf7d62..c4af8d0 100755
--- a/index.html
+++ b/index.html
@@ -10,8 +10,6 @@
-
-
@@ -135,22 +133,6 @@ $(document).ready(function(){
})
-// setup ckeditor events...
-// XXX need to $('[contenteditable]').attr('contenteditable', 'false') on
-// thumbnail view mode and true on page view mode...
-CKEDITOR.on('instanceCreated', function(evt){
- var editor = evt.editor
- editor.on('focus', function(){
- toggleEditorMode('on')
- })
- editor.on('blur', function(){
- toggleEditorMode('off')
- })
-})
-
-
-
-
@@ -241,7 +223,7 @@ CKEDITOR.on('instanceCreated', function(evt){