Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-06-29 11:06:27 +0300
committerGitHub <noreply@github.com>2016-06-29 11:06:27 +0300
commitf71d46b649edcb81d681c488463674993420387e (patch)
treed84517fd5184681807b916dd635058a225bb7199 /misc
parent2cfbdef98d7c69042031ec475308588e998d6c9e (diff)
Update jquery to latest 1.*, new release checklist test
Diffstat (limited to 'misc')
-rw-r--r--misc/others/iframeWidget.htm13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/others/iframeWidget.htm b/misc/others/iframeWidget.htm
deleted file mode 100644
index 9b7c4261f1..0000000000
--- a/misc/others/iframeWidget.htm
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-<body>
-<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'></script>
-<h3 style="color:#143974">Embedding the Piwik Country widget in an Iframe</h3>
-
-<div id="widgetIframe">
- <iframe width="500" height="350"
- src="http://demo.piwik.org/index.php?module=Widgetize&action=iframe&moduleToWidgetize=UserCountry&actionToWidgetize=getCountry&idSite=1&period=month&date=2010-08-31&disableLink=1&token_auth=960d9a24b89ba4feb99be754c5aac15bx"
- scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe>
-</div>
-
-</body>
-</html>