mobileclient: camelCase

This commit is contained in:
Laura Klünder 2018-12-17 00:19:26 +01:00
parent 65f511a6d9
commit a87f5632bc
4 changed files with 6 additions and 6 deletions

View file

@ -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>