From a3824dfbaa9125fb6027993c0de46c4bed53c541 Mon Sep 17 00:00:00 2001 From: bhoerdzn Date: Wed, 9 Oct 2013 13:52:44 +0200 Subject: [PATCH] check URL on inital load, if set --- htroot/CrawlStartExpert_p.html | 1 + 1 file changed, 1 insertion(+) diff --git a/htroot/CrawlStartExpert_p.html b/htroot/CrawlStartExpert_p.html index cafd8180f..f51d90ac2 100644 --- a/htroot/CrawlStartExpert_p.html +++ b/htroot/CrawlStartExpert_p.html @@ -181,6 +181,7 @@ }); // set initial states + if ($('#crawlingURL').val() !== '') { changed(); } setStates(); }); //]]>