stephband / jquery.event.swipe

jQuery custom events swipeleft, swiperight, swipeup and swipedown
stephband.info/jquery.event.swipe
446 stars 180 forks source link

Bad links? #16

Open marcosgz opened 10 years ago

marcosgz commented 10 years ago

From: https://github.com/stephband/jquery.event.swipe/blob/master/index.html#L31-L33

<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="http://stephband.github.com/template/css/template.ie.css" /><![endif]-->
<!--[if IE 8]><link rel="stylesheet" type="text/css" href="http://stephband.github.com/template/css/template.ie8.css" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="http://stephband.github.com/template/css/template.ie7.css" /><![endif]-->

Missing css in the href's? are really needed?

stephband commented 10 years ago

Ah yes, I better fix that. No, they are not needed for jquery.event.swipe to work.

On 5 December 2013 18:29, Marcos G. Zimmermann notifications@github.comwrote:

From: https://github.com/stephband/jquery.event.swipe/blob/master/index.html#L31-L33

Missing css in the href's? are really needed?

— Reply to this email directly or view it on GitHubhttps://github.com/stephband/jquery.event.swipe/issues/16 .

marcosgz commented 10 years ago

Ok.. Thank you :)