Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different init #187

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Commits on Sep 5, 2014

  1. Merge pull request buildinternet#183 from micrgl/master

    Fix for problem pulling photos from Flickr
    zachdunn authored and yookoala committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    3a182f4 View commit details
    Browse the repository at this point in the history
  2. Create supersized divs when called

    The original supersized library generate 2 divs automatically:
     1. #supersized-loader
     2. #supersized
    
    These 2 divs are generated even if the library is not called by
    explicit `$('selector').supersized()` call. That is an unexpected
    behaviour.
    
    This commit movied the append statement into the supersized
    plugin. The divs are now appended only if:
    
     1. $.supersized is called explicitly; and
     2. The #supersized div is previously not existed
    
    The behaviour is a slightly different from before, but all other
    behaviour reserved.
    yookoala committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    51aff5f View commit details
    Browse the repository at this point in the history