Android port using PhoneGap

This commit is contained in:
Mahdi Dibaiee
2014-04-27 21:31:16 +04:30
parent 83a2b4d394
commit 713fed7079
176 changed files with 1857 additions and 32 deletions

2
Shared/js/events.js Executable file → Normal file
View File

@ -240,7 +240,7 @@ $(document).ready(function() {
}
})
$('.close, .tour button').on('click tap', function() {
$('.close, .tour button, .vote button').on('click tap', function() {
$(this).parent().addClass('hidden');
$('body').off('click tap');
})

0
Shared/js/functions.js Executable file → Normal file
View File

0
Shared/js/libs/color-picker-touch.js Executable file → Normal file
View File

0
Shared/js/libs/color-picker.js Executable file → Normal file
View File

0
Shared/js/libs/mobilebrowsers.js Executable file → Normal file
View File

0
Shared/js/libs/stack.js Executable file → Normal file
View File

0
Shared/js/libs/touch.js Executable file → Normal file
View File

0
Shared/js/libs/yepnope.min.js vendored Executable file → Normal file
View File

0
Shared/js/libs/zepto.min.js vendored Executable file → Normal file
View File