Tom MacWright
|
93c392cf5f
|
Basic javascript cleanup
Unifies some logic, cleans up style.
|
2012-08-30 21:27:57 +01:00 |
|
John Firebaugh
|
d6a8aaa369
|
Move sidebar JS to application bundle
It's required on the main page so will nearly always be loaded anyway.
Enclosed in an anonymous function to avoid leaking the onclose global.
|
2012-08-30 20:30:11 +01:00 |
|
Tom Hughes
|
1e169bca25
|
Remove copy of Array.forEach that was committed accidentally
|
2012-08-30 19:17:11 +01:00 |
|
Tom Hughes
|
7b626f31be
|
Use augment.js for improved cross browser compatibility
Remove the quick hack for that I added for Array.forEach and pull
in augment.js instead to add missing JS methods to older browsers.
|
2012-08-29 12:29:47 +01:00 |
|
Tom Hughes
|
a35cff243e
|
Implement Array.forEach for browsers which don't have it
|
2012-08-29 09:30:14 +01:00 |
|
Tom Hughes
|
d9054cfe29
|
Move some javascript from the layout to application.js
|
2012-08-28 19:47:20 +01:00 |
|
John Firebaugh
|
5aa09fbfd0
|
Use a standard application.js bundle
Include map.js and menu.js in the bundle.
|
2012-08-27 20:31:17 +01:00 |
|