Showing
1 changed file
with
1 additions
and
1 deletions
@@ -196,7 +196,7 @@ getChannel = function functionName() { | @@ -196,7 +196,7 @@ getChannel = function functionName() { | ||
196 | C_ID = getChannel(); | 196 | C_ID = getChannel(); |
197 | 197 | ||
198 | $('.floor-focus').find('li').on('click', function() { | 198 | $('.floor-focus').find('li').on('click', function() { |
199 | - event.preventDefault(); | 199 | + //event.preventDefault(); |
200 | var foId = $(this).parents('.floor-focus').data('id'), | 200 | var foId = $(this).parents('.floor-focus').data('id'), |
201 | foName = $(this).parents('.floor-focus').data('floor-name'), | 201 | foName = $(this).parents('.floor-focus').data('floor-name'), |
202 | foindex = $(this).parents('.floor-focus').index() + 1, | 202 | foindex = $(this).parents('.floor-focus').index() + 1, |
-
Please register or login to post a comment