Skip to content

Commit

Permalink
fix reddit auth checkbox bug (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
longshuicy authored May 22, 2024
1 parent 72f3529 commit 8a5d9e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- YouTube search histogram switching interval [#143](https://github.com/ncsa/standalone-smm-smile/issues/143)
- Reddit auth checkbox not visible [#144](https://github.com/ncsa/standalone-smm-smile/issues/144)

## [0.3.3] - 2024-05-16
### Added
- YouTube Authorization flow[#122](https://github.com/ncsa/standalone-smm-smile/issues/122)
Expand Down
2 changes: 1 addition & 1 deletion www/public/bootstrap/js/customized/query_auth.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function authorize(platform){
// showing the check mark
$("#youtube-auth").find(".export-success").show();
$(`#${platform}-auth`).find(".export-success").show();

// toggle the second auth panel
$("#unauthorized").find("." + platform + "-auth").hide();
Expand Down

0 comments on commit 8a5d9e4

Please sign in to comment.