[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
htdocs
/
ppmi
/
assets
/
js
/
libs
/
ckeditor
/
samples
/
love
/
class
/
plugins
/
webodf
/
static
/
[
Home
]
File: main.js
kodReady.push(function(){ if( !$.supportCanvas() ){ return; } kodApp.add({ name:"webodfView", title:"Opendocument Viewer", ext:"{{config.fileExt}}", sort:"{{config.fileSort}}", icon:'x-item-file x-odt', callback:function(path,ext){ var url = '{{pluginApi}}&path='+core.pathCommon(path)+'#locale='+G.lang; if('window' == "{{config.openWith}}" && !core.isFileView() ){ window.open(url); }else{ core.openDialog(url,core.icon(ext),htmlEncode(core.pathThis(path))); } } }); });