Thanks,
I replaced the jQuery files (I think only the .min.js file is used?), but needed to rename jquery-1.11.1.min.js to jquery-2.1.0.min.js in order for it to work.
While checking that the .js files were loading I noticed that there was an image file getting a .404. I think this is from Site.css where a couple of the paths have '../../' instead of '../'
I replaced the jQuery files (I think only the .min.js file is used?), but needed to rename jquery-1.11.1.min.js to jquery-2.1.0.min.js in order for it to work.
While checking that the .js files were loading I noticed that there was an image file getting a .404. I think this is from Site.css where a couple of the paths have '../../' instead of '../'
.milestone-group-header {
text-align: left;
padding: 5px;
cursor: pointer;
padding-left: 40px;
margin: 10px 0 0 10px;
background: url(../../images/package.gif) no-repeat 10px 7px;
min-height: 50px;
}
.calIssuePrivate {
background-image: url(../../images/lock.gif);
background-repeat: no-repeat;
background-position: 3px 3px;
padding: 3px 0 0 23px;
}
#twitter-button i {
background: url('../images/icon_twitter.png') center center no-repeat;
}
#facebook-button i {
background: url('../images/icon_facebook.png') center center no-repeat;
}
Loving the project - many thanks!