summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
Diffstat (limited to 'website')
-rw-r--r--website/static/website/js/cloud.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/website/static/website/js/cloud.js b/website/static/website/js/cloud.js
index 056cac3..6c874fa 100644
--- a/website/static/website/js/cloud.js
+++ b/website/static/website/js/cloud.js
@@ -547,8 +547,7 @@ $(document.body).ready(function() {
$("#review").hide();
}
$("#example_views_count").text(data.exmple);
- editor.setValue("clear; // Remove clear, clc from code if you want to access existing stored variable from the memory" +
- "\n" + "\n" + data.code);
+ editor.setValue(data.code);
initial_code = editor.getValue();
ajax_loader("clear");
}