Pastakhov has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/172223

Change subject: remove fade property of Slick (v 1.0.1)
......................................................................

remove fade property of Slick (v 1.0.1)

Change-Id: Ib87444994f93da4dc8a7bcaa69bd4cbaedb41867
---
M PhpTagsWidgets.php
M includes/WidgetSlick.php
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/PhpTagsWidgets 
refs/changes/23/172223/1

diff --git a/PhpTagsWidgets.php b/PhpTagsWidgets.php
index 7771cbd..00d832f 100644
--- a/PhpTagsWidgets.php
+++ b/PhpTagsWidgets.php
@@ -33,7 +33,7 @@
        );
 }
 
-define( 'PHPTAGS_WIDGETS_VERSION' , '1.0.0' );
+define( 'PHPTAGS_WIDGETS_VERSION' , '1.0.1' );
 
 // Register this extension on Special:Version
 $wgExtensionCredits['phptags'][] = array(
diff --git a/includes/WidgetSlick.php b/includes/WidgetSlick.php
index adc25fd..92093a7 100644
--- a/includes/WidgetSlick.php
+++ b/includes/WidgetSlick.php
@@ -65,7 +65,7 @@
                        case 'centerMode':
                        case 'dots':
                        case 'draggable':
-                       case 'fade':
+//                     case 'fade': do not allow it!
                        case 'focusOnSelect':
                        case 'infinite':
                        case 'pauseOnHover':
@@ -147,7 +147,7 @@
                        case 'arrows':
                        case 'dots':
                        case 'draggable':
-                       case 'fade':
+//                     case 'fade': do not allow it!
 //                     case 'easing':
                        case 'infinite':
                        case 'swipe':

-- 
To view, visit https://gerrit.wikimedia.org/r/172223
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib87444994f93da4dc8a7bcaa69bd4cbaedb41867
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/PhpTagsWidgets
Gerrit-Branch: master
Gerrit-Owner: Pastakhov <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to