Project

General

Profile

Actions

Bug #17991

open

Javascript notify() function should not require a <p> element

Added by Walden Raines over 7 years ago. Updated over 7 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Web Interface
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

This works:

notify("<p>Test</p>", "danger");    


This doesn't:
notify("<p>Test</p>", "danger");   

I would expect the latter to work.

Actions #2

Updated by Walden Raines over 7 years ago

Walden Raines wrote:

This works:

[...]
This doesn't:

[...]

I would expect the latter to work.

Should read:

This works:

notify("<p>Test</p>", "danger");    

This doesn't:

notify("Test", "danger");   
Actions

Also available in: Atom PDF