PHPIndex

This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).

images
main.js
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/pdfjs/static/app/main.js'
View Content
kodReady.push(function(){
	if( !$.supportCanvas() ) return;
	Events.bind('explorer.kodApp.before',function(appList){
		appList.push({
			name:'{{package.id}}',
			title:'{{package.name}}',
			ext:"{{config.fileExt}}",
			sort:"{{config.fileSort}}",
			icon:'{{pluginHost}}static/app/images/icon.png',
			callback:function(){
				core.openFile('{{pluginApi}}',"{{config.openWith}}",_.toArray(arguments));
			}
		});
		_.delay(function(){
			if(!window.kodApp || !kodApp.remove){return;}
			kodApp.remove('pdfView');
		},100);
	});
	$.addStyle(".x-item-icon.x-ofd{background-image:url('{{pluginHost}}static/ofd/img/icon.png');}");
});