Skip to content

Commit

Permalink
Hide well_birds_eye on click X
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Nov 3, 2016
1 parent e7b7931 commit 81ced05
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

(function(){
$(function(){

if (OME === undefined) {
window.OME = {};
Expand All @@ -16,6 +16,7 @@
// Also clear content
OME.emptyWellBirdsEye();
};
$("#hide_well_birds_eye").click(OME.hideWellBirdsEye);


OME.WellBirdsEye = function(opts) {
Expand Down Expand Up @@ -195,4 +196,4 @@
}
}

})();
});

0 comments on commit 81ced05

Please sign in to comment.