Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getnikola/nikola
base: 584229c08fc1
Choose a base ref
...
head repository: getnikola/nikola
compare: 5753f596a37d
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on May 22, 2018

  1. gallery: use JS appendChild instead of append

    It's only appending one child anyway, and append is not supported (yet?) by
    IE and Edge.
    
    Fixes #3095.
    Steve Leung committed May 22, 2018
    Copy the full SHA
    cfba83e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3096 from evetsso/gallery-ie-edge-fix

    gallery: use JS appendChild instead of append
    Kwpolska committed May 22, 2018
    Copy the full SHA
    5753f59 View commit details
    Browse the repository at this point in the history