Sha256: 78fbe3928a199d2374b5f5da1a7b7e5a6aa59c55126ccf9756150eefb5b7bb37
Contents?: true
Size: 1.88 KB
Versions: 10
Compression:
Stored size: 1.88 KB
Contents
{I" class:ETI"BundledAsset; FI"logical_path; TI"storytime/editor.js; FI" pathname; TI"c/Users/ben/Documents/benroesch.com/storytime/app/assets/javascripts/storytime/editor.js.coffee; FI"content_type; TI"application/javascript; TI" mtime; Tl+½ÃSI"length; Ti¥I"digest; TI"%d556a21057eeab382e7e42221f583e96; FI"source; TI"¥(function() { Storytime.Dashboard.Editor = (function() { function Editor() {} Editor.prototype.init = function() { var mediaInstance; mediaInstance = new Storytime.Dashboard.Media(); mediaInstance.initPagination(); mediaInstance.initInsert(); $(document).on('shown.bs.modal', function() { return mediaInstance.initUpload(); }); return $(".wysiwyg").wysihtml5({ html: true, color: true, customTemplates: { "html": function(locale, options) { var size; size = options && options.size ? ' btn-' + options.size : ''; return "<li>" + "<div class='btn-group'>" + "<a class='btn" + size + " btn-default' data-wysihtml5-action='change_view' title='" + locale.html.edit + "' tabindex='-1'><i class='glyphicon glyphicon-pencil'></i> Raw HTML Mode</a>" + "</div>" + "</li>"; }, "image": function(locale, options) { var $modal, size; size = options && options.size ? ' btn-' + options.size : ''; $modal = $("#insertMediaModal").remove(); return "<li>" + $modal[0].outerHTML + "<a class='btn" + size + " btn-default' data-wysihtml5-command='insertImage' title='" + locale.image.insert + "' tabindex='-1'><i class='glyphicon glyphicon-picture'></i></a>" + "</li>"; } } }); }; return Editor; })(); }).call(this); ; TI"required_assets_digest; TI"%10512a05c6e7760eaa2d9133531f6699; FI" _version; TI"%2b66aa67c90052d553e0328c249bc9b0; F
Version data entries
10 entries across 5 versions & 1 rubygems