@brief is removed completely

This commit is contained in:
Michael 2020-01-19 06:05:23 +00:00
parent fd1f1999f0
commit 0a4119adaf
170 changed files with 901 additions and 962 deletions

View file

@ -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