OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) OSPi Major Update Available Reply To: OSPi Major Update Available

#33989

Crusader998
Participant

Yeh I could use a different web server on the PI but How do you solve the issue that alot of the code has hard reference such as:

jQuery(“button.manual”).click(function () {
sid = parseInt(jQuery(this).attr(“id”));
sbit = jQuery(this).hasClass(“on”);
if (sbit) {
window.location = “/sn?sid=”+(sid+1)+”&set_to=0″; // turn off station