Changeset 265
- Timestamp:
- 09/23/07 21:19:56 (6 years ago)
- Files:
-
- 1 modified
-
lang/javascript/misc/loader.js.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/misc/loader.js.inc
r264 r265 57 57 // }) 58 58 // ([ 59 // {'jQuery':' /lib/jquery.js'}, // 1st59 // {'jQuery':'http://example.com/js/jquery.js'}, // 1st 60 60 // 61 // {'jQuery.iUtil':' /lib/iutil.js', //62 // 'jQuery.iDrag':' /lib/idrag.js', // 2nd63 // 'jQuery.iDrop':' /lib/idrop.js'}, //61 // {'jQuery.iUtil':'http://example.com/js/iutil.js', // 62 // 'jQuery.iDrag':'http://example.com/js/idrag.js', // 2nd 63 // 'jQuery.iDrop':'http://example.com/js/idrop.js'}, // 64 64 // // iutil.js, idrag.js and idrop.js are loaded at the same time. 65 65 // 66 // {'jQuery.iSort':' /lib/isortables.js'}, // 3rd66 // {'jQuery.iSort':'http://example.com/js/isortables.js'}, // 3rd 67 67 // 68 // ' /myutil.js' // 4th68 // 'http://example.com/myutil.js' // 4th 69 69 // // It is loaded without property check. 70 70 // ])
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)