[FIX] Typos

bzr revid: rim@openerp.com-20140220120044-syde053xmunoy75z
This commit is contained in:
Richard Mathot (OpenERP) 2014-02-20 13:00:44 +01:00
parent 4691383273
commit 9eb2db4465
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
openerp.hr_recruitment = function (openerp) {
"use strict";
openerp.web_kanban.KanbanRecord.include({
on_card_clicked: function() {
@ -10,4 +11,4 @@ openerp.hr_recruitment = function (openerp) {
},
});
}
};

View File

@ -35,7 +35,7 @@ $(document).ready(function () {
// Printing mode: will disable all the controls in the form
if (_.isUndefined(submit_controller)) {
$('.js_surveyform :input').prop('disabled', true);
print_mode = true
print_mode = true;
}
// Custom code for right behavior of radio buttons with comments box
@ -86,7 +86,7 @@ $(document).ready(function () {
console.warn("[survey] Unable to load prefill data");
});
return prefill_def;
};
}
// Parameters for form submission
$('.js_surveyform').ajaxForm({
@ -129,7 +129,7 @@ $(document).ready(function () {
// Activate the print dialog if needed
if (print_mode){
window.print();
};
}
});
console.debug("[survey] Custom JS for survey loaded!");