Uploading pic issue
Hello! On page INFO you have incorrect JS
codebackground()$('div[dsid="asd2"]').css('background-image',
'url("http://25.media.tumblr.com/tumblr_lvucueZJQ61qgnud8o1_500.jpg")')/code
delete background() to make it look like this
code$('div[dsid="asd2"]').css('background-image',
'url("http://25.media.tumblr.com/tumblr_lvucueZJQ61qgnud8o1_500.jpg")')/code
There is one more thing - on page startScreen there is a Label component with name mobilelabel1_38 (it should be fileName like in tutorial)