aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/register.tpl9
1 files changed, 2 insertions, 7 deletions
diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl
index dd6e2e937..9a81198c7 100755
--- a/view/tpl/register.tpl
+++ b/view/tpl/register.tpl
@@ -72,12 +72,7 @@
$('head').append(
'<style> '+
' .zuiqmid { font-weight: normal; font-family: monospace; }'+
+ ' .zuirise { font-weight: bold; font-size: 100%; color: red; }'+
'</style>');
- // does not work $('#id_email').off('blur');
- $('#id_email').change( function() {
- if ($('#id_email').val().length > 0) {
- $('#newchannel-submit-button').removeAttr('disabled');
- }
- });
- $('#zar014').click( function () { $('#zar015').toggle(); });
+ {{$tao}}
</script>