~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to src/Media/ScreenshotManagerUI.js

  • Committer: Keith Hughitt
  • Date: 2011-05-26 17:53:45 UTC
  • mto: This revision was merged to the branch mainline in revision 567.
  • Revision ID: keith.hughitt@nasa.gov-20110526175345-zgow5rxfnmu07ulr
Prevented jGrowl messages from closing when hiding the screenshot/movie panels

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
            sticky: true,
39
39
            header: "Your screenshot is ready!",
40
40
            open:    function (msg) {
41
 
                self.hide();
42
41
                msg.click(function (e) {
43
42
                   msg.trigger("jGrowl.close");
44
43
                });