Skip to content

Commit

Permalink
Updated jQuery plugin to version 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Mar 14, 2018
1 parent f4abd4b commit c7c7c62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/js/rocksolid-slider.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! rocksolid-slider v1.6.3 */
/*! rocksolid-slider v1.6.4 */
(function($, window, document) {

var Rst = {};
Expand Down Expand Up @@ -1759,7 +1759,7 @@ Rst.Slider = (function() {

if (animate && this.css3Supported) {
// Fix Safari bug with invisible slides, see #41
if (this.engine === 'apple') {
if (this.engine === 'apple' && css.transform) {
var origDisplay = element[0].style.display || '';
element[0].style.display = 'none';
element.height();
Expand Down
Loading

0 comments on commit c7c7c62

Please sign in to comment.