Index: trunk/extensions/UploadWizard/js/mw.UploadWizard.js |
— | — | @@ -1057,7 +1057,7 @@ |
1058 | 1058 | // content area, it works. Vector is fine |
1059 | 1059 | $j( _this.dateInput ).datepicker( { |
1060 | 1060 | dateFormat: 'yy-mm-dd', // oddly, this means yyyy-mm-dd |
1061 | | - buttonImage: '/js/mwEmbed/skins/common/images/calendar.gif', |
| 1061 | + buttonImage: mw.getMwEmbedPath() + 'skins/common/images/calendar.gif', |
1062 | 1062 | buttonImageOnly: false // XXX determine what this does, docs are confusing |
1063 | 1063 | } ); |
1064 | 1064 | |