summaryrefslogtreecommitdiffstats
path: root/admin/survey/script/slideshow.js
diff options
context:
space:
mode:
Diffstat (limited to 'admin/survey/script/slideshow.js')
-rw-r--r--admin/survey/script/slideshow.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/survey/script/slideshow.js b/admin/survey/script/slideshow.js
index 00cdfe2..914cd67 100644
--- a/admin/survey/script/slideshow.js
+++ b/admin/survey/script/slideshow.js
@@ -19,7 +19,7 @@ function slideshow_reset_interval() {
} else {
// ne moremo resetriat, ker checkbox ni izbran
- alert("Error! Select checkbox");
+ genericAlertPopup('alert_checkbox_error');
}
}
@@ -37,7 +37,7 @@ function slideshow_save_settings() {
$.post('ajax.php?t=slideshow&a=save_settings',
{anketa: srv_meta_anketa_id, timer:timer, fixed_interval:fixed_interval, save_entries:save_entries, autostart:autostart, next_btn:next_btn, back_btn:back_btn, pause_btn:pause_btn},function(){
- show_success_save();
+ actionNotePopup('success_save', 'success');
});
} \ No newline at end of file