Config
Show version
:ve
Solve indent problems when pasting
:set paste
turn line number on/off
:set nu
:ve
:set paste
:set nu
# | |
# CORS header support | |
# | |
# One way to use this is by placing it into a file called "cors_support" | |
# under your Nginx configuration directory and placing the following | |
# statement inside your location block(s): | |
# | |
# include cors_support; | |
# | |
# For more information on CORS, please see: http://enable-cors.org/ |
;(function () { | |
var step = 0 | |
function load (url, callback) { | |
var script = document.createElement('script'); | |
script.src = url; | |
script.onload = callback; | |
document.body.appendChild(script); | |
} | |
function summonEruda (e) { | |
if (e.target.dataset && e.target.dataset.summonEruda) { |