From 2a2cf9a44e203834a9a562d5d473416951946897 Mon Sep 17 00:00:00 2001 From: marko Date: Wed, 2 Jan 2019 13:37:39 +0100 Subject: [PATCH] Kleinere Korrekturen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - alten expCounter-Code entfernt geändert: homepage/redesign2018/markdownExperiment/phpLib/imgGallery/index.php.tmpl - Korrektur des echoTargets geändert: homepage/redesign2018/markdownExperiment/src/Makefiles/Makefile.vidstabTest --- .../markdownExperiment/phpLib/imgGallery/index.php.tmpl | 9 +++------ .../src/Makefiles/Makefile.vidstabTest | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/homepage/redesign2018/markdownExperiment/phpLib/imgGallery/index.php.tmpl b/homepage/redesign2018/markdownExperiment/phpLib/imgGallery/index.php.tmpl index 1106973..f637c54 100644 --- a/homepage/redesign2018/markdownExperiment/phpLib/imgGallery/index.php.tmpl +++ b/homepage/redesign2018/markdownExperiment/phpLib/imgGallery/index.php.tmpl @@ -3,6 +3,9 @@ require_once($basePath."/config/phpcount.config.php"); require_once($basePath."/config/cwsvJudo.config.php"); + + include_once("config.inc.php"); + require_once($basePath."/ressourcen/phpLib/phpcount/phpcount.php"); function startsWith($haystack, $needle){ @@ -314,14 +317,8 @@ return $retVal; imgList, { onslide: function (index, slide) { - var counterUrl = "/expCounter/counter.php"; var pageUrl = encodeURIComponent( window.location.href ) + "?index=" + index.toString(); var pageTitle = document.title + " [" + index.toString() + "]"; - var callUrl = counterUrl + "?jscode_version=1.2&chCounter_mode=js&status=active&visible=0&page_title=" + pageTitle + "&page_url=" + pageUrl; - - var xmlHttp = new XMLHttpRequest(); - xmlHttp.open("GET", callUrl, true); // true for asynchronous - xmlHttp.send(null); }, startSlideshow: true, stretchImages: true, diff --git a/homepage/redesign2018/markdownExperiment/src/Makefiles/Makefile.vidstabTest b/homepage/redesign2018/markdownExperiment/src/Makefiles/Makefile.vidstabTest index 38abfb0..743d6f5 100644 --- a/homepage/redesign2018/markdownExperiment/src/Makefiles/Makefile.vidstabTest +++ b/homepage/redesign2018/markdownExperiment/src/Makefiles/Makefile.vidstabTest @@ -62,7 +62,7 @@ thumbnails: $(jpegThumbs) echo: @echo $(webmVideos) @echo $(firstPassLogs) - @echo $(targetSourceDir) + @echo $(targetSourceDirectories) # Erzeugen der Targets