Android port using PhoneGap
This commit is contained in:
2
Shared/js/events.js
Executable file → Normal file
2
Shared/js/events.js
Executable file → Normal 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
0
Shared/js/functions.js
Executable file → Normal file
0
Shared/js/libs/color-picker-touch.js
Executable file → Normal file
0
Shared/js/libs/color-picker-touch.js
Executable file → Normal file
0
Shared/js/libs/color-picker.js
Executable file → Normal file
0
Shared/js/libs/color-picker.js
Executable file → Normal file
0
Shared/js/libs/mobilebrowsers.js
Executable file → Normal file
0
Shared/js/libs/mobilebrowsers.js
Executable file → Normal file
0
Shared/js/libs/stack.js
Executable file → Normal file
0
Shared/js/libs/stack.js
Executable file → Normal file
0
Shared/js/libs/touch.js
Executable file → Normal file
0
Shared/js/libs/touch.js
Executable file → Normal file
0
Shared/js/libs/yepnope.min.js
vendored
Executable file → Normal file
0
Shared/js/libs/yepnope.min.js
vendored
Executable file → Normal file
0
Shared/js/libs/zepto.min.js
vendored
Executable file → Normal file
0
Shared/js/libs/zepto.min.js
vendored
Executable file → Normal file
Reference in New Issue
Block a user