From bd2260b00a36b1565d67cee58fe38b84941f41b0 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Tue, 29 Apr 2014 08:38:53 +0530 Subject: added feature to auto populate caption on select code text --- js/scilab_fixer.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/scilab_fixer.js') 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 ++) { -- cgit