Begin adding fluxnet site autocomplete
This commit is contained in:
@@ -10,10 +10,6 @@ namespace LeafWeb.Web.Controllers
|
||||
{
|
||||
public ActionResult Index()
|
||||
{
|
||||
var dataService = new DataService();
|
||||
var fluxnetSites = dataService.GetFluxnetSites().ToList();
|
||||
|
||||
|
||||
// initialize the session storage to retain SessionID between requests
|
||||
Session["placeholder"] = 0;
|
||||
return View();
|
||||
|
||||
Reference in New Issue
Block a user