mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Revert "change span container to a li container"
This reverts commit 2231d20b48.
This commit is contained in:
parent
2231d20b48
commit
f28255de7c
@ -1488,7 +1488,7 @@ define([
|
||||
}
|
||||
|
||||
if (!config.container) {
|
||||
$container = $('<li>', containerConfig);
|
||||
$container = $('<span>', containerConfig);
|
||||
}
|
||||
|
||||
// Button
|
||||
|
||||
Loading…
Reference in New Issue
Block a user