Clean up javascript in main_new (move ajax functions to goatUtil)

Make ajaxify links safe to call multiple times
This commit is contained in:
Rick Lawson
2014-09-26 08:12:44 -04:00
parent 7ebb354200
commit 92b317b2c9
4 changed files with 98 additions and 104 deletions

View File

@ -19,9 +19,7 @@ import org.apache.ecs.Element;
import org.apache.ecs.ElementContainer;
import org.apache.ecs.StringElement;
import org.apache.ecs.html.Body;
import org.apache.ecs.html.Center;
import org.apache.ecs.html.Form;
import org.apache.ecs.html.H1;
import org.apache.ecs.html.Head;
import org.apache.ecs.html.Html;
import org.apache.ecs.html.IMG;