fix missing closing parentheses

This commit is contained in:
Martin Konecny 2013-03-04 11:41:42 -05:00
parent b744ab74ee
commit 3f7ccf6967

View file

@ -123,7 +123,7 @@ $(document).ready(function() {
sourceDomain:"http://$host",
updatePeriod: 600 //seconds
});
}
});
</script>
CODE;