mobileclient: camelCase
This commit is contained in:
parent
65f511a6d9
commit
a87f5632bc
4 changed files with 6 additions and 6 deletions
|
@ -39,7 +39,7 @@
|
|||
if (window.mobileclient) {
|
||||
var $body = $('body');
|
||||
if ($body.is('[data-user-data]')) {
|
||||
mobileclient.set_user_data($body.attr('data-user-data'));
|
||||
mobileclient.setUserData($body.attr('data-user-data'));
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue