Kleinere Korrekturen

- 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
This commit is contained in:
marko
2019-01-02 13:37:39 +01:00
parent 43f485628f
commit 2a2cf9a44e
2 changed files with 4 additions and 7 deletions

View File

@@ -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,

View File

@@ -62,7 +62,7 @@ thumbnails: $(jpegThumbs)
echo:
@echo $(webmVideos)
@echo $(firstPassLogs)
@echo $(targetSourceDir)
@echo $(targetSourceDirectories)
# Erzeugen der Targets