* fixed style for ie8.

* ajuste style of 'project/burn'.
This commit is contained in:
Catouse
2014-05-02 16:02:17 +08:00
parent a69a464d8d
commit 4c32052c8d
12 changed files with 24 additions and 12 deletions

View File

@@ -41,6 +41,7 @@ function initKindeditor(afterInit)
$.each(editor.id, function(key, editorID)
{
editorTool = simpleTools;
console.log(editor.tools);
if(editor.tools == 'bugTools') editorTool = bugTools;
if(editor.tools == 'fullTools') editorTool = fullTools;