Commit Graph
4 Commits
Author SHA1 Message Date
Shreyansh PanchalandGitHub e6f18b8a33 Popover fix
Fixed: Calling popover with html variable under quotes.
2018-08-13 17:28:01 +05:30
Shreyansh PanchalandGitHub ba395d08c5 Popover fix
Fixed: Calling popover with html variable under quotes.
2018-08-13 17:26:45 +05:30
Shreyansh PanchalandGitHub efe69843ee Popover fix
Fixed: Calling popover with html variable under quotes.
2018-08-13 17:25:22 +05:30
Shreyansh PanchalandGitHub 34d5ed3172 Update popover function call method signature
Currently on line #275
`$('a[rel=popover]').popover({ html: 'true',`

html true where `'true'` is within quotes, Which causes issue when trying to open popover. As popover expects Boolean. As mentioned at: https://github.com/akaunting/akaunting/issues/url
2018-08-08 00:03:01 +05:30