fixing misplaced apostrophe
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / js / tinymce / examples / example_link_list.js
1 // This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system.\r
2 // There links will be displayed as a dropdown in all link dialogs if the "external_link_list_url"\r
3 // option is defined in TinyMCE init.\r
4 \r
5 var tinyMCELinkList = new Array(\r
6         // Name, URL\r
7         ["Moxiecode", "http://www.moxiecode.com"],\r
8         ["Freshmeat", "http://www.freshmeat.com"],\r
9         ["Sourceforge", "http://www.sourceforge.com"]\r
10 );\r