diff --git a/Makefile b/Makefile index ddeef62b9..38244edc3 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,7 @@ all: \ js/id/svg/*.js \ js/id/ui.js \ js/id/ui/*.js \ + js/id/validate.js \ js/id/end.js \ locale/locale.js \ locale/en.js diff --git a/index.html b/index.html index 03bf6386f..3bb3152e4 100644 --- a/index.html +++ b/index.html @@ -122,7 +122,7 @@ - + diff --git a/js/id/graph/validate.js b/js/id/validate.js similarity index 100% rename from js/id/graph/validate.js rename to js/id/validate.js