mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-04-19 01:56:44 +02:00
fix
This commit is contained in:
parent
ff209faf36
commit
9825bcd95d
3
index.ls
3
index.ls
@ -26,7 +26,7 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="grs/mainsite.css" />
|
<link rel="stylesheet" type="text/css" href="grs/mainsite.css" />
|
||||||
<script src="grs/gscripts/jquery-3.2.1.min.js"> </script>
|
<script src="grs/gscripts/jquery-3.2.1.min.js"> </script>
|
||||||
<script src="grs/gscripts/riot.min.js"> </script>
|
<script src="grs/gscripts/riot.min.js"> </script>
|
||||||
<script src="grs/resources/antos_tags.js" type="riot/tag"></script>
|
<script src="grs/resources/antos_tags.js"></script>
|
||||||
<script>
|
<script>
|
||||||
var scheme = undefined;
|
var scheme = undefined;
|
||||||
String.prototype.__ = function()
|
String.prototype.__ = function()
|
||||||
@ -48,6 +48,7 @@
|
|||||||
scheme = undefined
|
scheme = undefined
|
||||||
})
|
})
|
||||||
obs.on("rendered", function(d){
|
obs.on("rendered", function(d){
|
||||||
|
$(".afx-window-title", scheme).html("Send me an email")
|
||||||
$("[data-id='send']", scheme).click(function(){
|
$("[data-id='send']", scheme).click(function(){
|
||||||
var status = $("[data-id='status']", scheme)
|
var status = $("[data-id='status']", scheme)
|
||||||
status.html("");
|
status.html("");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user