1/**
2 * JavaScript for the IPA Plugin
3 * - adds the button for the typewriter popup to the toolbar
4 *
5 * @author     Anika Henke <anika@selfthinker.org>
6 */
7
8if(window.toolbar!=undefined) {
9  toolbar[toolbar.length] = {
10    "type":"mediapopup",
11    "title":"IPA",
12    "icon":"../../plugins/ipa/ipa.png",
13    "url":"lib/plugins/ipa/ipa.html?id=",
14    "name":"ipa_chars",
15    "options":"width=680,height=470,left=20,top=20,scrollbars=yes,resizable=yes"
16  };
17}
18