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: Studio-42/elFinder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: staticint/elFinder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 29, 2012

  1. Disabled options across multiple instances

    The script tends to include all commands that are included via a js
    file.  However in the case of multiple instances it may be that some
    commands are enabled for one instance and commands are disabled for
    another instance.  This little bit of code will ensure any disabled
    options don't show up even when an include file is present.
    Seth M Hays committed Mar 29, 2012
    Configuration menu
    Copy the full SHA
    6b8ad9f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2012

  1. Allow other events on cwd element

    For plug-in functionality additional events may need to propagate on
    click events.  To allow element local events to fire but prevent parent
    element click events from firing stopPropagation should be used instead
    of stopImmediatePropagation.
    Seth M Hays committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    7c822de View commit details
    Browse the repository at this point in the history
Loading