Sha256: c97b7d28464f10c5bdff245cef720ca8bb5e238d0284bf8f5d94d68941c89c16
Contents?: true
Size: 285 Bytes
Versions: 9
Compression:
Stored size: 285 Bytes
Contents
$(function() { "use strict"; var mime = Olelo.page_mime; if (mime == 'application/x-empty' || mime == 'inode/directory') { mime = Olelo.default_mime; } var match = /text\/x-(\w+)/.exec(mime); if (match) { $('#edit-content').markupEditor(match[1]); } });
Version data entries
9 entries across 9 versions & 1 rubygems