Mercurial > hg > events2kml
diff WebContent/mmpa/index.html @ 4:6d286ce1a64f default
inline refresh
author | dwinter |
---|---|
date | Thu, 10 Jan 2013 17:38:13 +0100 |
parents | f198c86dd1f6 |
children | a7c8d212f5f4 |
line wrap: on
line diff
--- a/WebContent/mmpa/index.html Wed Jan 09 14:37:39 2013 +0100 +++ b/WebContent/mmpa/index.html Thu Jan 10 17:38:13 2013 +0100 @@ -10,11 +10,19 @@ <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<title>Spatio Temporal Interface 3</title> +<title>Spatio Temporal Interface 4</title> <script type="text/javascript" language="javascript" src="/e4D/sti/sti.nocache.js"></script> <script src="/e4D/scripts/jQuery/jquery-1.5.1.js"></script> + <script> + $.fn.cleanWhitespace = function() { + textNodes = this.contents().filter( + function() { return (this.nodeType == 3 && !/\S/.test(this.nodeValue)); }) + .remove(); + return this; + }; + </script> <script src="/e4D/scripts/blockUI/FullscreenWindow.js"> </script>