Add pgn4web v2.80.
This commit is contained in:
29
_assets/vendor/pgn4web/live-fullscreen.html
vendored
Normal file
29
_assets/vendor/pgn4web/live-fullscreen.html
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
|
||||
<!--
|
||||
pgn4web javascript chessboard
|
||||
copyright (C) 2009-2013 Paolo Casaschi
|
||||
see README file and http://pgn4web.casaschi.net
|
||||
for credits, license and more details
|
||||
-->
|
||||
|
||||
<title>pgn4web chess live broadcast</title>
|
||||
|
||||
<link rel="shortcut icon" href="pawn.ico" />
|
||||
|
||||
<script src="pgn4web-server-config.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
"use strict";
|
||||
|
||||
// this should have been defined in pgn4web-server-config.js
|
||||
// setting default value here just in case
|
||||
var pgn4web_live_pointer_url;
|
||||
if (pgn4web_live_pointer_url === undefined) { pgn4web_live_pointer_url = "."; }
|
||||
|
||||
var newLocationSearch = (location.search ? location.search + "&" : "?") + "live=true";
|
||||
location.href = pgn4web_live_pointer_url + "/dynamic-frame.html" + newLocationSearch;
|
||||
|
||||
</script>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user