mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-27 02:59:47 +02:00
fix path error
This commit is contained in:
4
index.ls
4
index.ls
@ -29,6 +29,10 @@
|
|||||||
<script src="grs/gscripts/riot.compiler.min.js"> </script>
|
<script src="grs/gscripts/riot.compiler.min.js"> </script>
|
||||||
<script>
|
<script>
|
||||||
var scheme = undefined;
|
var scheme = undefined;
|
||||||
|
String.prototype.__ = function()
|
||||||
|
{
|
||||||
|
return this
|
||||||
|
}
|
||||||
function mailtoMe()
|
function mailtoMe()
|
||||||
{
|
{
|
||||||
if(scheme) return;
|
if(scheme) return;
|
||||||
|
Reference in New Issue
Block a user