Misplaced Pages

User:GoldenRing/geotest.js: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
< User:GoldenRing Browse history interactively← Previous editNext edit →Content deleted Content added
Revision as of 09:47, 28 May 2018 view sourceGoldenRing (talk | contribs)Extended confirmed users6,924 edits Adding {{pp-protected}} (TW)Tag: Reverted← Previous edit Revision as of 09:50, 28 May 2018 view source GoldenRing (talk | contribs)Extended confirmed users6,924 edits comment js ppTag: RevertedNext edit →
Line 1: Line 1:
{{pp-protected|reason=Protecting JS used for admin purposes|small=yes}} // {{pp-protected|reason=Protecting JS used for admin purposes|small=yes}}
$(document).ready(function() { $(document).ready(function() {
Geo.lat = 36; Geo.lat = 36;

Revision as of 09:50, 28 May 2018

// {{pp-protected|reason=Protecting JS used for admin purposes|small=yes}}
$(document).ready(function() {
  Geo.lat = 36;
  Geo.lon = -120;
});