Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #35 from edwlook/smallfix
Browse files Browse the repository at this point in the history
Make close button close both explorers
  • Loading branch information
vinodc committed Jun 19, 2015
2 parents 750dbaa + fe67182 commit eb5ddb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/public/javascripts/file-explorer-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
var cl = document.getElementById('close-test');
cl.addEventListener('click', function() {
explorer.close();
second.close();
});

// Test second file explorer.
Expand All @@ -113,7 +114,6 @@

second.choosify(document.getElementById('folder-test'));


// Test saver.
var saver = window.Kloudless.explorer({
app_id: window.app_id,
Expand Down
4 changes: 2 additions & 2 deletions test/views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ block scripts

block content
p Click below to test the explorer/saver.
button#file-test Test explorer!
button#file-test First explorer!
button#folder-test Second explorer!
button#saver-test Save ME!
button#close-test Close
button#close-test Close

0 comments on commit eb5ddb0

Please sign in to comment.