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: metacpan/metacpan-web
base: 9cb0831336b9
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: 5fb5b3f8350c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 13, 2014

  1. Fix initial load of dep graph to display:none;

    On initial load the dep graph ifram and div was overlaying everything, intercepting
    clicks and scrolls (At least in firefox). After opening and dismissing it, it worked
    and the only difference was that after dismissal, the style had changed to
    `display: none;`. Applying `display: none` on initial load fixes the problem.
    omega committed May 13, 2014
    1
    Copy the full SHA
    eae67f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1175 from omega/fix-dep-graph

    Fix initial load of dep graph to display:none;
    oalders committed May 13, 2014
    Copy the full SHA
    5fb5b3f View commit details
    Browse the repository at this point in the history