Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Nov 16, 2024
1 parent 4300056 commit 483440a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions www/public/resources/js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ function closePanel(name = null)
/**
* Print an alert
* @param {*} message
* @param {*} type
* @param {*} timeout
* @param {*} type
* @param {*} timeout
*/
function printAlert(message, type = null, timeout = 3000)
{
Expand Down Expand Up @@ -85,11 +85,11 @@ function printAlert(message, type = null, timeout = 3000)

/**
* Print a confirm box
* @param {*} message
* @param {*} confirmBoxFunction1
* @param {*} confirmBtn1
* @param {*} confirmBoxFunction2
* @param {*} confirmBtn2
* @param {*} message
* @param {*} confirmBoxFunction1
* @param {*} confirmBtn1
* @param {*} confirmBoxFunction2
* @param {*} confirmBtn2
*/
function confirmBox(message = '', confirmBoxFunction1, confirmBtn1 = 'Delete', confirmBoxFunction2 = null, confirmBtn2 = null)
{
Expand Down

0 comments on commit 483440a

Please sign in to comment.