(For developers)
Hi,
now, when flash message, this is show
Example
<div style="display: block;" class="flash alert">web2py upgraded; please
restart it<span id="closeflash">×</span></div>
This is viewed
web2py upgraded; please restart it×
web2py upgraded; please restart itx
I think that is more beautiful with a space before "<span id="closeflash">"
added space in web2py.js line 61
if(flash) {
jQuery('.flash')
.html(decodeURIComponent(flash))
.append(' <span id="closeflash">×</span>')
.slideDown();
}
Very thanks!
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.