Index: trunk/extensions/UploadWizard/resources/mw.UploadWizard.js |
— | — | @@ -1690,7 +1690,7 @@ |
1691 | 1691 | var upload = _this.newUpload(); |
1692 | 1692 | |
1693 | 1693 | // check to see if the the skip tutorial cookie is set |
1694 | | - if ( $j.cookie("skiptutorial") == '1' ) { |
| 1694 | + if ( document.cookie.indexOf('skiptutorial=1') != -1 ) { |
1695 | 1695 | // "select" the second step - highlight, make it visible, hide all others |
1696 | 1696 | _this.moveToStep( 'file', function() { |
1697 | 1697 | setTimeout( function() { |