Commit 2888cc93 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Select just the first matched element

This a generic selector. It was also affecting spinner icon of the tabs
parent b522ef4b
@Pager = @Pager =
init: (@limit = 0, preload, @disable = false) -> init: (@limit = 0, preload, @disable = false) ->
@loading = $(".loading") @loading = $('.loading').first()
if preload if preload
@offset = 0 @offset = 0
@getOld() @getOld()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment