Skip to content

Commit

Permalink
Dev: Comment about save.js and survey settings
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Oct 11, 2017
1 parent d43f181 commit b78ffd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/styles-admin/Sea_Green/scripts/save.js
Expand Up @@ -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)
{
Expand Down

0 comments on commit b78ffd3

Please sign in to comment.