From 77b5d7ee304a688a2eb115ce04b460b43c0dd700 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 22 May 2016 08:43:54 -0400
Subject: [PATCH] Fix priority icon(s) position

---
 program/js/editor.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/program/js/editor.js b/program/js/editor.js
index 17eee6b..1702e21 100644
--- a/program/js/editor.js
+++ b/program/js/editor.js
@@ -450,7 +450,6 @@
 
     // get selected text from tinymce editor
     if (ed) {
-      ed.getWin().focus(); // correct focus in IE & Chrome
       if (args.selection)
         text = ed.selection.getContent({format: args.format});
 

--
Gitblit v1.9.1