Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Builder does not work if many icons are selected #73

Closed
HStokbro opened this issue Mar 26, 2014 · 0 comments
Closed

Builder does not work if many icons are selected #73

HStokbro opened this issue Mar 26, 2014 · 0 comments

Comments

@HStokbro
Copy link

I tried selecting 50 and more icons on the builder site. I need a lot of icons:
http://andymatthews.net/code/jQuery-Mobile-Icon-Pack/builder/

The download buttons just reloads the page, when a lot of icons are selected

Here is a codesnippet for selecting 50 in the console:
$('i').each(function(i){ if (i<50) {$(this).click()} });

(I am using newest Chrome on windows)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants