Bug 11559: New libraries for Rancor
authorJesse Weaver <pianohacker@gmail.com>
Mon, 15 Jun 2015 21:06:19 +0000 (17:06 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 27 Oct 2015 15:16:05 +0000 (12:16 -0300)
commitac05c178b0317c570aa21bd5d2d5adf34cef38f2
tree0d691cf39b5be93be99d628dd268267bd585e0b3
parented0ff59152a41f6690b480d0b13b607250678418
Bug 11559: New libraries for Rancor

Adds the following JS libraries:

  * CodeMirror - extensible text editor
  * FileSaver - shim for saving files
  * require - dependency resolver and module loader

Signed-off-by: Nick Clemens <nick@quecheelibrary.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/lib/codemirror/codemirror-compressed.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/codemirror/codemirror.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/filesaver.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/require.js [new file with mode: 0644]