branch develop updated (f62212de -> 8ef242d5)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from f62212de refs #57 conf par défaut à vide pour piwik + suprpession dependance inutile new 8ef242d5 remove unused dependency The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 8ef242d51917978a8004322a8eb99066ed330e0f Author: Kevin Morin <morin@codelutin.com> Date: Tue Jun 13 15:21:45 2017 +0200 remove unused dependency Summary of changes: pollen-ui-riot-js/src/main/web/conf.js | 2 +- pollen-ui-riot-js/src/main/web/js/PageTracker.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 8ef242d51917978a8004322a8eb99066ed330e0f Author: Kevin Morin <morin@codelutin.com> Date: Tue Jun 13 15:21:45 2017 +0200 remove unused dependency --- pollen-ui-riot-js/src/main/web/conf.js | 2 +- pollen-ui-riot-js/src/main/web/js/PageTracker.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/conf.js b/pollen-ui-riot-js/src/main/web/conf.js index b699066f..c0220f34 100644 --- a/pollen-ui-riot-js/src/main/web/conf.js +++ b/pollen-ui-riot-js/src/main/web/conf.js @@ -1,6 +1,6 @@ window.pollenConf = { endPoint: "http://localhost:8888/pollen-rest-api", - piwikUrl: "", // add the piwik url, eg: http://localhost/piwik + piwikUrl: "", // add the piwik url, eg: http://localhost/piwik< piwikSiteId: "", // add the site id, eg: 3 defaultErrorTimeout: 15, resourceMaxSize: 10000000 // octets => 10 Mo diff --git a/pollen-ui-riot-js/src/main/web/js/PageTracker.js b/pollen-ui-riot-js/src/main/web/js/PageTracker.js index 03a817c2..0de6ef0b 100644 --- a/pollen-ui-riot-js/src/main/web/js/PageTracker.js +++ b/pollen-ui-riot-js/src/main/web/js/PageTracker.js @@ -1,5 +1,4 @@ let singleton = require("./Singleton"); -let PiwikTracker = require("piwik-tracker"); class PageTracker { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm