From 072987f53998479bba7ce80935330e52be07b1de Mon Sep 17 00:00:00 2001 From: Sachin Date: Tue, 25 Sep 2018 14:02:24 +0530 Subject: [PATCH] Issue #16 fix: Version revert back --- editor/controllers/ftb-controller.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/controllers/ftb-controller.js b/editor/controllers/ftb-controller.js index dc1c9ae..ba9a9be 100644 --- a/editor/controllers/ftb-controller.js +++ b/editor/controllers/ftb-controller.js @@ -31,7 +31,7 @@ angular.module('ftbApp', ['org.ekstep.question']).controller('ftbQuestionFormCon media: [] }; questionInput = CKEDITOR.replace('ftbQuestion', { // eslint-disable-line no-undef - customConfig: ecEditor.resolvePluginResource('org.ekstep.questionunit', '1.1', "editor/ckeditor-config.js"), + customConfig: ecEditor.resolvePluginResource('org.ekstep.questionunit', '1.0', "editor/ckeditor-config.js"), skin: 'moono-lisa,' + CKEDITOR.basePath + "skins/moono-lisa/", // eslint-disable-line no-undef contentsCss: CKEDITOR.basePath + "contents.css" // eslint-disable-line no-undef }); diff --git a/manifest.json b/manifest.json index f4bee26..a39c316 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "id": "org.ekstep.questionunit.ftb", - "ver": "1.1", + "ver": "1.0", "author": "Gourav More", "title": "FTB question", "description": "",