1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2025-06-13 12:54:14 +00:00

run async

This commit is contained in:
gnosygnu 2017-03-12 12:36:59 -04:00
parent bafaf114d1
commit 7bb645a57f

View File

@ -61,10 +61,7 @@
</style> </style>
<script src="wikimedia.js" type='text/javascript'></script> <script src="wikimedia.js" type='text/javascript'></script>
</head> </head>
<body> <body onload="wm.category.run();">
Please wait. Generating. Please wait. Generating...
</body> </body>
<script>
wm.category.run();
</script>
</html> </html>