This is an automated email from the git hooks/post-receive script. unknown user pushed a commit to branch devel in repository Pollen. commit 13218a9fa329b0dea46929ddb469026fb2bbf7c1 Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Tue May 20 17:14:20 2014 +0200 fix create poll --- pollen-ui-angular/src/main/webapp/js/services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-angular/src/main/webapp/js/services.js b/pollen-ui-angular/src/main/webapp/js/services.js index 7c163ea..d280f9e 100644 --- a/pollen-ui-angular/src/main/webapp/js/services.js +++ b/pollen-ui-angular/src/main/webapp/js/services.js @@ -28,7 +28,7 @@ angular.module('pollenServices', ['ngResource']) var poll = angular.copy(data); delete poll.choice; var choices = angular.copy(data.choice); - return 'poll='+encodeURIComponent(JSON.stringify(poll))+'&choices='+encodeURIComponent(JSON.stringify(choices))+RestInfo; + return 'poll='+encodeURIComponent(JSON.stringify(poll))+'&choices='+encodeURIComponent(JSON.stringify(choices)); } }, 'update' : { -- To stop receiving notification emails like this one, please contact Chorem.org SCM administrator <admin+scm@chorem.org>.