Ignore:
Timestamp:
2015-05-26T21:08:08+12:00 (9 years ago)
Author:
davidb
Message:

Edit to prevent the disappearing page-form problem that arose in Chrome

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nz-flag-design/trunk/main-form/lib-slider/js/jquery.mobile-1.3.0.js

    r29530 r29929  
    36683668            },
    36693669            cleanFrom = function() {
     3670                if ($from.attr("id") == $.mobile.activePage.attr("id")) {
     3671                    console.log("cleanFrom(): event handler has asked to clean the currently active page.  Refusing!");
     3672                    return;
     3673                }
     3674
    36703675                $from
    36713676                    .removeClass( $.mobile.activePageClass + " out in reverse " + name )
Note: See TracChangeset for help on using the changeset viewer.