Skip to content

Commit

Permalink
Remove reference to unused scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Mar 6, 2024
1 parent bf94412 commit 39ef3c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions boxoffice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from flask_rq2 import RQ
from pytz import timezone

from baseframe import Version, assets, baseframe
from baseframe import Version, baseframe
from baseframe.utils import JSONProvider
from coaster.assets import WebpackManifest
from flask_lastuser import Lastuser
Expand All @@ -28,7 +28,6 @@
# --- Assets ---------------------------------------------------------------------------

version = Version(__version__)
assets['boxoffice.js'][version] = 'js/scripts.js'

# --- Import rest of the app -----------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion runtestserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_page() -> str:
<body>
<div id='boxoffice-widget'></div>
<script>
$.getScript("http://boxoffice.travis.dev:6500/boxoffice.js").done(function(){
$.getScript("http://boxoffice.travis.dev:6500/api/1/boxoffice.js").done(function(){
window.Boxoffice.init({
org: 'rootconf',
menu: '2016'
Expand Down

0 comments on commit 39ef3c9

Please sign in to comment.