From 9eeae32e1ce33a77fb50ee06c4feed81e3c62fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Fri, 27 Oct 2017 12:04:46 -0400 Subject: [PATCH] Conflict removal --- views/series.tpl | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/views/series.tpl b/views/series.tpl index 175a92721..6031a6a39 100644 --- a/views/series.tpl +++ b/views/series.tpl @@ -190,16 +190,7 @@ $('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(){ ->>>>>>> parent of 7368f13... Add support for javascript mobile touch instead of click event $('#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(){ ->>>>>>> parent of 7368f13... Add support for javascript mobile touch instead of click event window.location = '{{base_url}}/update_series'; }) @@ -240,12 +212,7 @@ 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(){ ->>>>>>> parent of 7368f13... Add support for javascript mobile touch instead of click event sessionStorage.scrolly=$(window).scrollTop(); $('#series_form').attr('action', '{{base_url}}/edit_series/' + $(this).data("tvdbid"));