aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/register.tpl
diff options
context:
space:
mode:
authorHilmar R <u02@u29lx193>2021-01-28 22:08:38 +0100
committerHilmar R <u02@u29lx193>2021-01-28 22:08:38 +0100
commit4ecb4189b8787d57c601ebf467ecd94fa706d1ca (patch)
tree7e557b35df239b135dc8e811ad424b5f913e9f25 /view/tpl/register.tpl
parentd0d6170a71a1acd73995450e16586a7b69abb3e1 (diff)
downloadvolse-hubzilla-4ecb4189b8787d57c601ebf467ecd94fa706d1ca.tar.gz
volse-hubzilla-4ecb4189b8787d57c601ebf467ecd94fa706d1ca.tar.bz2
volse-hubzilla-4ecb4189b8787d57c601ebf467ecd94fa706d1ca.zip
Register panel interaction consistence usage
Diffstat (limited to 'view/tpl/register.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>