Sha256: 68fca12f3197b693af0ba7aa4638e43821ebf8a99f9b5b68fbe9fd93f2f82229
Contents?: true
Size: 521 Bytes
Versions: 27
Compression:
Stored size: 521 Bytes
Contents
<div id="wiki-wrapper"> <div id="head"> <h1>Create New Page</h1> </div> <div id="wiki-content" class="create edit"> <div class="has-rightbar"> {{>editor}} </div> </div> </div> <script type="text/javascript"> window.onbeforeunload = function(){ return "Leaving will not create a new page!" }; $("#gollum-editor-submit").click( function() { window.onbeforeunload = null; } ); jQuery(document).ready(function() { $.GollumEditor({ NewFile: true, MarkupType: '{{default_markup}}' }); }); </script> {{something}}
Version data entries
27 entries across 27 versions & 1 rubygems