View Issue Details

IDProjectCategoryView StatusLast Update
0000185XMB Hacks 1.9.xpublic2008-11-30 10:25
Reporterkuba1 Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0000185: You tube and Google video bbcode
DescriptionCancelling places [google]null[/google] in post text.

Check these hacks for the presence of:

    } else {
        text = prompt(bbcode_prompt_song,"Song File URL (http://)");
        if (text != null) {
            AddText("\r\n"+'[song]', '[/song]'+"\r\n", text, messageElement);
        }
    }
Additional Informationif (text != null) { (is missing)
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2008-11-30 10:25 kuba1 New Issue