changeset 446:b4aba28883a8

Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Dec 2013 15:11:44 +0200
parents cf7053f04e88
children 643edf88053e
files admin.php
diffstat 1 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/admin.php	Fri Dec 06 15:11:21 2013 +0200
+++ b/admin.php	Fri Dec 06 15:11:44 2013 +0200
@@ -641,6 +641,15 @@
 }
 
 
+//
+// Display slide editing and handling
+//
+function refreshDisplaySlideListSel()
+{
+  jsRefreshItems("ctrlDisplaySlidesSel", "infoDisplaySlides", "");
+}
+
+
 function updateDisplaySlide(id)
 {
   var vtitle = jsGetValue("ctrlDisplaySlideTitle", 1);
@@ -661,12 +670,6 @@
 }
 
 
-function refreshDisplaySlideListSel()
-{
-  jsRefreshItems("ctrlDisplaySlidesSel", "infoDisplaySlides", "");
-}
-
-
 function newDisplaySlide()
 {
   var msuccess = function(txt)