Sha256: 499c5ce40dab517fa07ace0fe2e046aa81f66ef34d5035050e37a8d0f63e151f
Contents?: true
Size: 531 Bytes
Versions: 46
Compression:
Stored size: 531 Bytes
Contents
pageflow.app.addInitializer(function(options) { pageflow.entry.on('change:pending_files_count', function(model, value) { if (value < pageflow.entry.previous('pending_files_count')) { pageflow.stylesheet.reload('entry'); } }); pageflow.entry.on('use:files', function() { pageflow.stylesheet.reload('entry'); }); pageflow.entry.configuration.on('change:theme_name', function() { var theme = pageflow.entry.getTheme(); pageflow.stylesheet.update('theme', theme.get('stylesheet_path')); }); });
Version data entries
46 entries across 46 versions & 1 rubygems