Change the directory of pgn4web from '_assets' to static 'assets'.
This commit is contained in:
20
assets/vendor/pgn4web/viewer/index.html
vendored
Normal file
20
assets/vendor/pgn4web/viewer/index.html
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<!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
|
||||
-->
|
||||
|
||||
<!-- do not delete this folder -->
|
||||
|
||||
<head>
|
||||
<link rel="shortcut icon" href="../pawn.ico" />
|
||||
<script>
|
||||
"use strict";
|
||||
window.location.href = "../viewer.php" + window.location.search + window.location.hash;
|
||||
</script>
|
||||
</head>
|
||||
</html>
|
Reference in New Issue
Block a user