gollum 2.3.11 → 2.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/gollum.gemspec
CHANGED
data/lib/gollum.rb
CHANGED
|
@@ -23,7 +23,7 @@ require File.expand_path('../gollum/web_sequence_diagram', __FILE__)
|
|
|
23
23
|
require File.expand_path('../gollum/frontend/uri_encode_component', __FILE__)
|
|
24
24
|
|
|
25
25
|
module Gollum
|
|
26
|
-
VERSION = '2.3.
|
|
26
|
+
VERSION = '2.3.12'
|
|
27
27
|
|
|
28
28
|
def self.assets_path
|
|
29
29
|
::File.expand_path('gollum/frontend/public', ::File.dirname(__FILE__))
|
|
@@ -226,6 +226,6 @@ $(document).ready(function() {
|
|
|
226
226
|
$("#gollum-editor-body").one('change', function(){
|
|
227
227
|
window.onbeforeunload = function(){ return "Leaving will not create a new page!" };
|
|
228
228
|
});
|
|
229
|
-
$.GollumEditor({ NewFile: true, MarkupType:
|
|
229
|
+
$.GollumEditor({ NewFile: true, MarkupType: default_markup });
|
|
230
230
|
}
|
|
231
231
|
});
|