JavaScript-Packer

 view release on metacpan or  search on metacpan

t/scripts/s14-expected.js  view on Meta::CPAN

//# sourceMappingURL=collaboration-all.js.map
var olefa_sync=function(){this.default_values()};olefa_sync.prototype.default_values=function(){this.timer=setInterval((function(self){return function(){self.execute()}})(this),45000);this.active=new Object();this.unixTimestamp=Math.round(+new Date()...

t/scripts/s14.js  view on Meta::CPAN

	if(typeof(module) != 'undefined' && module == 'storyboard') {
		dialog_content +='<tr><td><strong>'+OLEFA.i18n.get('slideshowLink')+'</strong></td>'+
		'<td><input class="copy_value slideshow_value" type="text" value="'+Core.shareData.slideshowLink+'" style="width:320px"></td>'+
		'<td><div id="copy_3" class="copypaste" style="position:relative;"><button "value="Copy" class="flash_copy" id="button_3">'+OLEFA.i18n.get('copy')+'</button></div></td><tr>';
	};

	dialog_content +='</table>';
	
	dialogheader({
		id: 'link-share',
		title: OLEFA.i18n.get('copy_to_clipboard'),
		content: dialog_content,
		simpleClose: true
	}).then(function(jDialog) {
		jDialog.appendTo('body').trigger('show');
		createOlefaButtons();
		init_copypaste();
		init_qrcode_share();
	});
};



( run in 0.434 second using v1.01-cache-2.11-cpan-84e82930d8c )