summaryrefslogtreecommitdiffstats
path: root/MCServer
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-10-19 22:28:58 +0200
committermadmaxoft <github@xoft.cz>2013-10-19 22:28:58 +0200
commitbbcb0ead7355e33bef766d374f9ba73d470e7b88 (patch)
tree5d42d002c3273d2a0c24173498d4c968b3c03f00 /MCServer
parentAPIDump: Added member-variable filtering. (diff)
downloadcuberite-bbcb0ead7355e33bef766d374f9ba73d470e7b88.tar
cuberite-bbcb0ead7355e33bef766d374f9ba73d470e7b88.tar.gz
cuberite-bbcb0ead7355e33bef766d374f9ba73d470e7b88.tar.bz2
cuberite-bbcb0ead7355e33bef766d374f9ba73d470e7b88.tar.lz
cuberite-bbcb0ead7355e33bef766d374f9ba73d470e7b88.tar.xz
cuberite-bbcb0ead7355e33bef766d374f9ba73d470e7b88.tar.zst
cuberite-bbcb0ead7355e33bef766d374f9ba73d470e7b88.zip
Diffstat (limited to 'MCServer')
-rw-r--r--MCServer/Plugins/APIDump/WebWorldThreads.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/MCServer/Plugins/APIDump/WebWorldThreads.html b/MCServer/Plugins/APIDump/WebWorldThreads.html
index 7cc94e9fa..2f117ab7c 100644
--- a/MCServer/Plugins/APIDump/WebWorldThreads.html
+++ b/MCServer/Plugins/APIDump/WebWorldThreads.html
@@ -2,8 +2,10 @@
<html>
<head>
<title>MCServer - Webserver vs World threads</title>
- <script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
- <script src="http://google-code-prettify.googlecode.com/svn/trunk/src/lang-lua.js"></script>
+ <link rel="stylesheet" type="text/css" href="main.css" />
+ <link rel="stylesheet" type="text/css" href="prettify.css" />
+ <script src="prettify.js"></script>
+ <script src="lang-lua.js"></script>
</head>
<body>
<h1>Webserver vs World threads</h1>
@@ -60,5 +62,8 @@
end
)
</pre>
+ <script>
+ prettyPrint();
+ </script>
</body>
</html> \ No newline at end of file