Bug Tracker

Ticket #1433 (new bug)

Opened 1 year ago

Safari bug in minmax plugin

Reported by: stevenbristol Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.1.4 Component: plugin
Version: 1.1.3 Keywords: minmax safari
Cc: Needs: Review

Description

Safari does not like the use of the word "native" in the minmax plugin:

jQuery.minmax = {

active: false, native: false

};

Changing it to "Native" (or anything else) makes safari happy again.

jQuery.minmax = {

active: false, Native: false

};

Attachments

Note: See TracTickets for help on using tickets.