mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
2010-03-12 Junichi Satoh <junichi@rworks.jp>
* godmode/alerts/configure_alert_compound.php : Changed not to use variable "alert" on java script. IE8 can't handle it as a variable. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2506 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
58f29bf9fa
commit
16ffbf061e
@ -1,3 +1,8 @@
|
|||||||
|
2010-03-12 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
|
* godmode/alerts/configure_alert_compound.php : Changed not to use
|
||||||
|
variable "alert" on java script. IE8 can't handle it as a variable.
|
||||||
|
|
||||||
2010-03-11 Snacho Lerena <slerena@artica.es>
|
2010-03-11 Snacho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* include/help/en/check_other_languages.sh: Small script to show
|
* include/help/en/check_other_languages.sh: Small script to show
|
||||||
|
@ -643,8 +643,7 @@ function remove_alert () {
|
|||||||
|
|
||||||
function add_alert () {
|
function add_alert () {
|
||||||
id = this.id.split ("-").pop ();
|
id = this.id.split ("-").pop ();
|
||||||
alert = alerts[id];
|
if (alerts[id] == null)
|
||||||
if (alert == null)
|
|
||||||
return;
|
return;
|
||||||
input = $("<input type=\"hidden\"></input>")
|
input = $("<input type=\"hidden\"></input>")
|
||||||
.attr ("name", "conditions[]")
|
.attr ("name", "conditions[]")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user