Skip to content

Commit

Permalink
Fixed pager layout in IE7.
Browse files Browse the repository at this point in the history
  • Loading branch information
mleibman committed Dec 31, 2010
1 parent d1a63fc commit dec7b08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions controls/slick.pager.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@
{
$container.empty();

$status = $("<span class='slick-pager-status' />").appendTo($container);

var $nav = $("<span class='slick-pager-nav' />").appendTo($container);
var $settings = $("<span class='slick-pager-settings' />").appendTo($container);
$status = $("<span class='slick-pager-status' />").appendTo($container);

$settings
.append("<span class='slick-pager-settings-expanded' style='display:none'>Show: <a data=0>All</a><a data='-1'>Auto</a><a data=25>25</a><a data=50>50</a><a data=100>100</a></span>");
Expand Down

0 comments on commit dec7b08

Please sign in to comment.