Changeset 818 for trunk/Modules/Translation/Form.php
- Timestamp:
- Feb 23, 2015, 12:32:54 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Form.php
r816 r818 205 205 //todo javascript 206 206 207 $Output .= '<script src=" http://code.jquery.com/jquery-latest.js"></script>'.208 207 $Output .= '<script src="'.$System->Link('/style/jquery.js').'"></script>'. 208 '<script>'; 209 209 $Output .= '$(document).ready(function() {'; 210 210 foreach($TranslationTree[$GroupId]['Items'] as $Index => $TextItem) … … 212 212 213 213 $Output .= '});'. 214 214 '</script>'; 215 215 216 216 foreach($TranslationTree[$GroupId]['Items'] as $Index => $TextItem)
Note:
See TracChangeset
for help on using the changeset viewer.