Hi.
In mobile style, profile and friends options in the menu are showing blank pages.
In the console i see this error:
Uncaught TypeError: $(...).textinput is not a function
at HTMLDivElement.<anonymous> (https://www.xxxxxxxxxxxxxx.com/foro/...p?u=944:169:23)
And the code is:
<script type="text/javascript">
<!--
$('[data-role=page]').live('pagecreate', function(event){
$('#message', this).textinput();
});
//-->
In desktop style runs fine.
Running 4.2.4 (upgraded yesterday).
In mobile style, profile and friends options in the menu are showing blank pages.
In the console i see this error:
Uncaught TypeError: $(...).textinput is not a function
at HTMLDivElement.<anonymous> (https://www.xxxxxxxxxxxxxx.com/foro/...p?u=944:169:23)
And the code is:
<script type="text/javascript">
<!--
$('[data-role=page]').live('pagecreate', function(event){
$('#message', this).textinput();
});
//-->
In desktop style runs fine.
Running 4.2.4 (upgraded yesterday).
Comment