diff options
author | Jayaram Pai | 2014-04-29 08:38:53 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-04-29 08:38:53 +0530 |
commit | bd2260b00a36b1565d67cee58fe38b84941f41b0 (patch) | |
tree | 11d20f7d370e7f293523201ae04e879ebf375a35 /js/scilab_fixer.js | |
parent | d236b5b5285579f3bfd8505dc2e3f71ea0323d8c (diff) | |
download | textbook_companion_fixer-bd2260b00a36b1565d67cee58fe38b84941f41b0.tar.gz textbook_companion_fixer-bd2260b00a36b1565d67cee58fe38b84941f41b0.tar.bz2 textbook_companion_fixer-bd2260b00a36b1565d67cee58fe38b84941f41b0.zip |
added feature to auto populate caption on select code text
Diffstat (limited to 'js/scilab_fixer.js')
-rw-r--r-- | js/scilab_fixer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/scilab_fixer.js b/js/scilab_fixer.js index ef05611..8236099 100644 --- a/js/scilab_fixer.js +++ b/js/scilab_fixer.js @@ -11,6 +11,7 @@ $(document).ready(function() { $form = $("#scilab-fixer-caption-form"); $updating = $("#fix-caption-page #updating"); $done = $("#fix-caption-page #done"); + $example.attr("multiple", "enabled"); function reset() { for (var i = 0, l = arguments.length; i < l; i ++) { |