Skip to content

Commit 96dddf5

Browse files
Merge pull request #46 from OneBusAway/ui-redesign-5
Remove jQuery UI plus two other dead webapp dirs
2 parents 0871ad4 + e667860 commit 96dddf5

44 files changed

Lines changed: 45 additions & 32218 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

transitclockWebapp/src/main/webapp/javascript/jquery-ui.js

Lines changed: 0 additions & 2440 deletions
This file was deleted.

transitclockWebapp/src/main/webapp/javascript/jquery-ui.min.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

transitclockWebapp/src/main/webapp/javascript/jquery.quickfit.js

Lines changed: 0 additions & 152 deletions
This file was deleted.

transitclockWebapp/src/main/webapp/javascript/transitime.js

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
/**
7-
* For getting parameters from query string
7+
* For getting parameters from query string
88
*/
99
function getQueryVariable(paramName) {
1010
var query = window.location.search.substring(1);
@@ -15,29 +15,7 @@ function getQueryVariable(paramName) {
1515
return pair[1];
1616
}
1717
}
18-
18+
1919
// Didn't find the specified param so return false
2020
return false;
2121
}
22-
23-
/**
24-
* Enable JQuery tooltips. In order to use html in tooltip need to
25-
* specify content function. Turning off 'focusin' events is important
26-
* so that tooltip doesn't popup again if previous or next month
27-
* buttons are clicked in a datepicker.
28-
*/
29-
$(function() {
30-
$( document ).tooltip({
31-
// Content for tooltip comes from title attribute of html object
32-
content: function () {
33-
return $(this).prop('title');
34-
},
35-
36-
// Position tooltips to right of element so that not covering
37-
// up element below as happens with default positioning
38-
position: { my: "left+10 center", at: "right center" }
39-
}).off('focusin');
40-
});
41-
42-
43-

transitclockWebapp/src/main/webapp/jquery-ui/README.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)