Browse Source

Remove unused host in javascript api

pull/778/head
Ruud 13 years ago
parent
commit
2d5481b89e
  1. 1
      couchpotato/templates/_desktop.html

1
couchpotato/templates/_desktop.html

@ -51,7 +51,6 @@
new Uniform();
Api.setup({
'host': {{ fireEvent('app.api_url', single = True)|tojson|safe }},
'url': {{ url_for('api.index')|tojson|safe }},
'path_sep': {{ sep|tojson|safe }},
'is_remote': false

Loading…
Cancel
Save