Private GIT

Skip to content
Snippets Groups Projects
Commit 0c5993de authored by X O's avatar X O
Browse files

Merge pull request #62 from OmgImAlexis/movejs-into-core

Remove old js
parents c954c719 e164095c
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@
"bootstrap": "~3.3.5",
"bootstrap-hover-dropdown": "~2.1.3",
"jquery-ui": "~1.11.4",
"jquery-form": "~3.46.0",
"jquery-timeago": "~1.4.3",
"jquery-tokeninput": "~1.7.0",
"bootstrap3-typeahead": "~3.1.1",
......
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
This diff is collapsed.
......@@ -10,10 +10,6 @@
from sickbeard import metadata
from sickbeard.metadata.generic import GenericMetadata
%>
<%block name="scripts">
<script type="text/javascript" src="${srRoot}/js/configBackupRestore.js?${sbPID}"></script>
<script type="text/javascript" src="${srRoot}/js/new/config_backuprestore.js"></script>
</%block>
<%block name="content">
% if not header is UNDEFINED:
<h1 class="header">${header}</h1>
......
......@@ -3,11 +3,6 @@
import sickbeard
from sickbeard import clients
%>
<%block name="scripts">
<script type="text/javascript" src="${srRoot}/js/configSearch.js?${sbPID}"></script>
<script type="text/javascript" src="${srRoot}/js/config.js?${sbPID}"></script>
<script type="text/javascript" src="${srRoot}/js/new/config_search.js"></script>
</%block>
<%block name="content">
% if not header is UNDEFINED:
<h1 class="header">${header}</h1>
......
......@@ -5,8 +5,6 @@
from sickbeard.helpers import anon_url
%>
<%block name="scripts">
<script type="text/javascript" src="${srRoot}/js/configSubtitles.js?${sbPID}"></script>
<script type="text/javascript" src="${srRoot}/js/config.js"></script>
<script>
$(document).ready(function() {
$("#subtitles_languages").tokenInput([${','.join("{\"id\": \"" + lang.opensubtitles + "\", name: \"" + lang.name + "\"}" for lang in subtitles.subtitleLanguageFilter())}], {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment