Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About The Ludwig Wittgenstein Project
Disclaimer
The Ludwig Wittgenstein Project
Search
User menu
Log in
MediaWiki:Common.js: Difference between revisions
Message
Discussion
← Older edit
Newer edit →
MediaWiki:Common.js
(view source)
Revision as of 22:01, 29 January 2021
234 bytes removed
,
3 years ago
no edit summary
Revision as of 21:11, 29 January 2021
(
view source
)
MLavazza
(
talk
|
contribs
)
(Undo revision 567 by
Mlavazza
(
talk
))
Tags
:
Replaced
Undo
← Older edit
Revision as of 22:01, 29 January 2021
(
view source
)
MLavazza
(
talk
|
contribs
)
No edit summary
Newer edit →
Line 1:
Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */
//for counting visits
function countVisit(x) {
var processorFileURL = "https://www.wittgensteinproject.org/counter/visitCount"+x+".php";
var xhttp = new XMLHttpRequest();
xhttp.open("GET", processorFileURL, true);
xhttp.send();
}
MLavazza
Bureaucrats
,
Editors
,
Interface administrators
,
Administrators
5,951
edits