importScript('User:Anomie/ajaxpreview.js'); // Linkback: ]
/* <source lang=javascript> */
/* adapted from ], trying to place the coordinates better */
if((navigator.userAgent.indexOf("MSIE 6")==-1) && (mw.config.get('wgAction') == 'submit' || mw.config.get('wgAction') == 'view')) addOnloadHook(function() {
appendCSS('#coordinates{ position:absolute; top:-12px !important; right:35px !important;}');
})
/* </source> */