mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01: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" />
|
||||
<script src="grs/gscripts/jquery-3.2.1.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>
|
||||
var scheme = undefined;
|
||||
String.prototype.__ = function()
|
||||
@ -48,6 +48,7 @@
|
||||
scheme = undefined
|
||||
})
|
||||
obs.on("rendered", function(d){
|
||||
$(".afx-window-title", scheme).html("Send me an email")
|
||||
$("[data-id='send']", scheme).click(function(){
|
||||
var status = $("[data-id='status']", scheme)
|
||||
status.html("");
|
||||
|
Loading…
Reference in New Issue
Block a user