This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit f7646a0e2f902e496d99e9f5f15da463bb0f992e Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Mon Jun 23 10:25:15 2014 +0200 fix url lib ckeditor --- pollen-ui-angular/src/main/webapp/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-angular/src/main/webapp/js/app.js b/pollen-ui-angular/src/main/webapp/js/app.js index 8dd1a9c..6c57603 100644 --- a/pollen-ui-angular/src/main/webapp/js/app.js +++ b/pollen-ui-angular/src/main/webapp/js/app.js @@ -123,7 +123,7 @@ angular.module('pollen', ['pollenServices', 'ngRoute', 'pollControllers', 'userC return { require: '?ngModel', link: function ($scope, element, attrs, ngModel) { - var ck = CKEDITOR.replace(element[0], {customConfig: '//' + location.host + '/js/libs/ckeditor/config.js'}); + var ck = CKEDITOR.replace(element[0], {customConfig: window.location.origin + window.location.pathname + 'js/libs/ckeditor/config.js'}); ck.on('pasteState', function () { $scope.$apply(function () { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.