Skip to content

Commit

Permalink
Update Atlasy.ahk
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Dalon committed Feb 26, 2024
1 parent 9b03966 commit 97e8953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/Atlasy.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ Jira_OpenIssues()
} ; eofun

; -------------------------------------------------------------------------------------------------------------------
Atlasy_DatePicker() {
Atlasy_DatePicker() { ; @fun_Atlassy_DatePicker@
static date
DatePicker(date)
If !date ; empty= cancel
Expand Down Expand Up @@ -636,7 +636,7 @@ DatePicker(ByRef DatePicker){
return
} ; eofun
; -------------------------------------------------------------------------------------------------------------------
Atlasy_CurrentDate() {
Atlasy_CurrentDate() { ; @fun_Atlassy_CurrentDate@
If Browser_IsWinActive() {
Url := Browser_GetUrl()
If Confluence_IsUrl(Url) {
Expand Down

0 comments on commit 97e8953

Please sign in to comment.