mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-04-20 02:26:45 +02:00
fix path error
This commit is contained in:
parent
16dbc32eb8
commit
6f6e3abf88
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user