diff --git a/index.html b/index.html index db32235..cfe4953 100755 --- a/index.html +++ b/index.html @@ -14,17 +14,16 @@ - + - - + diff --git a/js/script.js b/js/script.js index 3ad5f47..634061e 100755 --- a/js/script.js +++ b/js/script.js @@ -1,13 +1,5 @@ /* vim: set tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab: */ Piecon.setOptions({fallback: 'force'}); -require.config({ - baseUrl: "js/" -}); -require([ - "text!script.js" -], function (txt) { - alert(txt); -}); var graphSize = 15; var graphData = [];