Index: trunk/extensions/Translate/resources/ext.translate.special.pagetranslation.js |
— | — | @@ -1,10 +1,5 @@ |
2 | 2 | /* |
3 | 3 | * @author Santhosh Thottingal |
4 | | - * jQuery autocomplete based multiple selector for input box. |
5 | | - * Autocompleted values will be available in input filed as comma separated values. |
6 | | - * The values for autocompletion is from the language selector in this case. |
7 | | - * The input field is created in PHP code. |
8 | | - * Credits: http://jqueryui.com/demos/autocomplete/#multiple |
9 | 4 | */ |
10 | 5 | jQuery( function( $ ) { |
11 | 6 | $( "#wpUserLanguage" ).multiselectautocomplete( { inputbox : '#tpt-prioritylangs' } ); |