From b478e564d40613bdf9b8ee1785029c84214c37ed Mon Sep 17 00:00:00 2001 From: jsatoh Date: Wed, 3 Oct 2012 06:27:40 +0000 Subject: [PATCH] 2012-10-03 Junichi Satoh * godmode/setup/setup.php: Fixed a typo. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7032 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/godmode/setup/setup.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 +?>