From 8917c1fc6dc395e9f39bba4ea7e1189f9e61c23d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Fri, 17 Jul 2015 10:35:42 +0200 Subject: Show the sins.py example in the mockup. --- js/codeq.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/codeq.js') diff --git a/js/codeq.js b/js/codeq.js index e867ffd..472cab0 100644 --- a/js/codeq.js +++ b/js/codeq.js @@ -726,7 +726,7 @@ window.phandler = null; // TODO: this is for debug only codeq.system.load({ type: 'text', - url: 'sister.py', + url: 'sins.py', callback: function (data, status, url) { if (!data) return; var info = codeq.parseDefinition(data); -- cgit v1.2.1