diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 6531c6da23..396744ccd2 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2012-10-03 Junichi Satoh + + * godmode/setup/setup.php: Fixed a typo. + 2012-10-02 Dario Rodriguez * include/functions_graph.php, diff --git a/pandora_console/godmode/setup/setup.php b/pandora_console/godmode/setup/setup.php index a7d326614a..094f8e6088 100644 --- a/pandora_console/godmode/setup/setup.php +++ b/pandora_console/godmode/setup/setup.php @@ -382,7 +382,7 @@ $(document).ready (function () { message = ""; - if (!confirm(message)) return false" + if (!confirm(message)) return false; } }); @@ -421,4 +421,4 @@ function get_sounds() { return $return; } -?> \ No newline at end of file +?>