Hi Marc!

Thanks for the answer.

No, it's over there:
==================================
    {% lib
          "js/modules/jquery.loadmask.js"
          "js/modules/livevalidation-1.3.js"
     %}
===================================

I did a funny workaround and it works:
====================================
    {% wire action={connect signal={page_mask_signal 
signal_filter=m.kazoo.signal_filter}
                            action={update template="_z_add_page_mask.tpl"}
                   }
    %}
======================================
_z_add_page_mask.tpl:
{% wire action={mask target=m.signal[signal].target} %}
=======================================
mod_signal:emit({page_mask_signal
                            ,?SIGNAL_FILTER(Context) ++ [{'target', 
"sign_in_form"}]
                            }
                           ,Context),
=======================================

If no one else experiences such a behaviour, will check locally what else 
could spoil my life :)

Thanks again!

Regards,
Kirill

понедельник, 19 июня 2017 г., 14:28:02 UTC+3 пользователь Marc Worrell 
написал:
>
> I think it is a local thing.
>
> Maybe the jquery.loadmask.js is not included?
>
> - Marc
>
>
> On 19 Jun 2017, at 12:47, Kirill Sysoev <kirill...@gmail.com <javascript:>> 
> wrote:
>
> Hi List,
>
> Moved to master/cowmachine recently and can see that there is no automatic 
> form mask after form submit  anymore.
>
> With 0.x, right after I hit Submit button, form was masked waiting for 
> postback would be processed on server. 
>
> Does anyone experience the same, or it's just my local glitch?
>
> Regards,
> Kirill
>  
>
> -- 
>
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Zotonic developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to zotonic-developers+unsubscr...@googlegroups.com <javascript:>.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Zotonic developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to zotonic-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to