tehp / OpenPoGoWeb

Web View for OpenPoGoBot
77 stars 58 forks source link

Update index.html #66

Closed BoGnY closed 8 years ago

BoGnY commented 8 years ago

Fixed no map display due to missing "http:" strings on header section

Reaver01 commented 8 years ago

What OS and Web browser are you using? This should work just fine on modern browsers and is preferred if someone wants to host this using https.

BoGnY commented 8 years ago

I'm using Chrome 51.0.2743.82 (latest) on Windows 10.. Perhaps the problem could be that, for my convenience, I open the html file directly.. So, my header will "file://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js" that obvious not exist..

Reaver01 commented 8 years ago

ahh. that would do it. Please run with SimpleHTTPServer instead. I do not want to break https support.