From c9105af33efd3f9ea27819dd8ddba29701d0bd24 Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Fri, 16 Mar 2018 08:31:17 +0000
Subject: [PATCH] index.htmi hinzugefuegt

---
 web/ui/data.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/web/ui/data.js b/web/ui/data.js
index 17bd873..7e9193d 100644
--- a/web/ui/data.js
+++ b/web/ui/data.js
@@ -79,6 +79,10 @@
     return miniatur;
   };
   
+  this.dia = function() {
+    return fm_slideshow;
+  };
+  
   this.miniurl = function() {
       var userid = $('#userMenu').text();
       if(self.fext === '') {

--
Gitblit v1.9.3