From b78ffd323b7cf1b80df00c00f07fdf54c8c55b0f Mon Sep 17 00:00:00 2001 From: Olle Haerstedt Date: Wed, 11 Oct 2017 17:07:25 +0200 Subject: [PATCH] Dev: Comment about save.js and survey settings --- assets/styles-admin/Sea_Green/scripts/save.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/styles-admin/Sea_Green/scripts/save.js b/assets/styles-admin/Sea_Green/scripts/save.js index 47a017a76d3..63b52cc7725 100644 --- a/assets/styles-admin/Sea_Green/scripts/save.js +++ b/assets/styles-admin/Sea_Green/scripts/save.js @@ -60,6 +60,11 @@ var getForm = function (that) { return form; }; +/** + * NB: This is not used for survey settings save button anymore. Instead, + * check out file application/views/admin/survey/editLocalSettings_main_view.php, + * bottom script tag. + */ if ($('#save-button').length > 0){ $('#save-button').on('click', function(ev) {