98a0006c86
* Fix mathjax on edit and create pages
11 lines
135 B
Ruby
11 lines
135 B
Ruby
module Precious
|
|
module HasMath
|
|
def mathjax
|
|
@mathjax
|
|
end
|
|
|
|
def mathjax_config
|
|
@mathjax_config
|
|
end
|
|
end
|
|
end |