|
|
@ -190,16 +190,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
$('table').tablesort();
|
|
|
|
$('table').tablesort();
|
|
|
|
|
|
|
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
|
|
|
$('a, button:not(.cancel)').bind('click touchend', function(e){
|
|
|
|
|
|
|
|
e.preventDefault();
|
|
|
|
|
|
|
|
=======
|
|
|
|
|
|
|
|
$('a, button:not(.cancel)').on('click touch', function(){
|
|
|
|
|
|
|
|
>>>>>>> parent of 5ad908b... Add JQM for compatibility with touch
|
|
|
|
|
|
|
|
=======
|
|
|
|
|
|
|
|
$('a, button:not(.cancel)').click(function(){
|
|
|
|
$('a, button:not(.cancel)').click(function(){
|
|
|
|
>>>>>>> parent of 7368f13... Add support for javascript mobile touch instead of click event
|
|
|
|
|
|
|
|
$('#loader').addClass('active');
|
|
|
|
$('#loader').addClass('active');
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
@ -209,26 +200,7 @@
|
|
|
|
})
|
|
|
|
})
|
|
|
|
;
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
|
|
|
$('#update_series').bind('click touchend', function(){
|
|
|
|
|
|
|
|
window.location = '{{base_url}}/update_series';
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$('#update_all_episodes').bind('click touchend', function(){
|
|
|
|
|
|
|
|
window.location = '{{base_url}}/update_all_episodes';
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$('#add_new_episodes').bind('click touchend', function(){
|
|
|
|
|
|
|
|
window.location = '{{base_url}}/add_new_episodes';
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$('.config').bind('click touchend', function(){
|
|
|
|
|
|
|
|
=======
|
|
|
|
|
|
|
|
$('#update_series').on('click touch', function(){
|
|
|
|
|
|
|
|
=======
|
|
|
|
|
|
|
|
$('#update_series').click(function(){
|
|
|
|
$('#update_series').click(function(){
|
|
|
|
>>>>>>> parent of 7368f13... Add support for javascript mobile touch instead of click event
|
|
|
|
|
|
|
|
window.location = '{{base_url}}/update_series';
|
|
|
|
window.location = '{{base_url}}/update_series';
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
@ -240,12 +212,7 @@
|
|
|
|
window.location = '{{base_url}}/add_new_episodes';
|
|
|
|
window.location = '{{base_url}}/add_new_episodes';
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
|
|
|
$('.config').on('click touch', function(){
|
|
|
|
|
|
|
|
>>>>>>> parent of 5ad908b... Add JQM for compatibility with touch
|
|
|
|
|
|
|
|
=======
|
|
|
|
|
|
|
|
$('.config').click(function(){
|
|
|
|
$('.config').click(function(){
|
|
|
|
>>>>>>> parent of 7368f13... Add support for javascript mobile touch instead of click event
|
|
|
|
|
|
|
|
sessionStorage.scrolly=$(window).scrollTop();
|
|
|
|
sessionStorage.scrolly=$(window).scrollTop();
|
|
|
|
|
|
|
|
|
|
|
|
$('#series_form').attr('action', '{{base_url}}/edit_series/' + $(this).data("tvdbid"));
|
|
|
|
$('#series_form').attr('action', '{{base_url}}/edit_series/' + $(this).data("tvdbid"));
|
|
|
|