Skip to content

Commit

Permalink
Remove old comments and notes, testing things -- cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Sep 22, 2023
1 parent 9d9de65 commit 70327be
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 17 deletions.
14 changes: 2 additions & 12 deletions .env
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
# UCLALibrary - .env setup -- Start
DEPLOY_HOOK=CHANGEME
DOCKER_PORTS=80
MAKE_WAVES=true
MAKE_WAVES=
NEGATIVE_CAPTCHA_SECRET=64fe54311a8e54b637a1da1ff993b560ff5c742211f645f35b8b9bd8b3d2e4015e95dea8db4dc235df0396ddd94d21d18d0c787bcaa5b579cb5f6f2aac90e601
PASSENGER_APP_ENV=development
POSTGRES_DB=oral_history
POSTGRES_HOST=postgres
POSTGRES_PASSWORD=DatabaseFTW
POSTGRES_USER=postgres
# Start - Comment out for softserv development purposes @SoftServ
REGISTRY_HOST=index.docker.io/
REGISTRY_URI=uclalibrary
# End - Comment out for softserv development purposes @SoftServ
SITE_URI=oralhistory-test.library.ucla.edu
SOLR_URL=http://solr:8983/solr/blacklight-core
TAG=dev
TEST_DB=oral_history_test
# UCLALibrary - .env setup -- End

# SoftServ - .env additions/alterations --- Start
# REGISTRY_HOST=ghcr.io
# REGISTRY_URI=oral-history
# [email protected]
# ADMIN_PASSWORD=testing123
# SoftServ - .env additions/alterations --- End
TEST_DB=oral_history_test
1 change: 0 additions & 1 deletion app/javascript/components/media_player.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export default class MediaPlayer extends Component {
return (
<div className="row player">
<audio id="audio" ref="audio" src={source} style={{ display: 'none' }}></audio>
{/* If there is a video put in over the avatar.jpg image */}
<div className="col-sm-3 narrator-image-container" style={{ backgroundImage: `url(${image})`, backgroundPosition: "center center", backgroundSize: "contain", backgroundRepeat: "no-repeat" }}>
<a onClick={this.handleTogglePlay} className={playPause}></a>
<div className="volume-container">
Expand Down
2 changes: 0 additions & 2 deletions app/javascript/components/video_player.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default class VideoPlayer extends Component{
source: source,
src: source,
poster: image,
mute: true,
plugins: [
Clappr.FlasHLS,
PlaybackRatePlugin,
Expand All @@ -34,7 +33,6 @@ export default class VideoPlayer extends Component{
baseUrl: '/assets/clappr',
parent: this.refs.player,
hlsjsConfig: { enableWorker: true },
mediacontrol: {seekbar: "#E113D3", buttons: "#66B2FF"}
})

this.setState({ player: player })
Expand Down
2 changes: 0 additions & 2 deletions app/views/catalog/_show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@
</div>
<div id="accordion-10-body-<%= child['order_i'] %>" class="collapse" role="tabpanel" aria-labelledby="accordion-10-heading-<%= child['order_i'] %>">
<div class="u-accordion__body g-color-gray-dark-v5 g-pa-15-0">
<p>app/views/catalog/_show.html.erb line 96</p>
# https://github.com/clappr/clappr/issues/1919#issuecomment-637374059
<%= search_matches[i]["highlighted_description"].html_safe %>
</div>

Expand Down

0 comments on commit 70327be

Please sign in to comment.