mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
@brief is removed completely
This commit is contained in:
parent
fd1f1999f0
commit
0a4119adaf
170 changed files with 901 additions and 962 deletions
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @brief Contains functions for bootstrap modal handling.
|
||||
* Contains functions for bootstrap modal handling.
|
||||
*/
|
||||
$(document).ready(function(){
|
||||
// Clear bs modal on close.
|
||||
|
@ -175,7 +175,7 @@ Dialog._load = function(url) {
|
|||
};
|
||||
|
||||
/**
|
||||
* @brief Add first element with the class "heading" as modal title
|
||||
* Add first element with the class "heading" as modal title
|
||||
*
|
||||
* Note: this should be really done in the template
|
||||
* and is the solution where we havent done it until this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue