Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
course-discovery
Commits
37a964a3
Commit
37a964a3
authored
Nov 23, 2016
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved publisher-related JS files to subdirectory
ECOM-6466
parent
9ac85ead
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
5 additions
and
5 deletions
+5
-5
course_discovery/static/js/publisher/seat-type-change.js
+0
-0
course_discovery/static/js/publisher/tabs.js
+0
-0
course_discovery/static/js/publisher/utils.js
+0
-0
course_discovery/templates/publisher/add_course_form.html
+1
-1
course_discovery/templates/publisher/add_courserun_form.html
+1
-1
course_discovery/templates/publisher/base.html
+1
-1
course_discovery/templates/publisher/dashboard.html
+1
-1
course_discovery/templates/publisher/seat_form.html
+1
-1
No files found.
course_discovery/static/js/seat-type-change.js
→
course_discovery/static/js/
publisher/
seat-type-change.js
View file @
37a964a3
File moved
course_discovery/static/js/tabs.js
→
course_discovery/static/js/
publisher/
tabs.js
View file @
37a964a3
File moved
course_discovery/static/js/utils.js
→
course_discovery/static/js/
publisher/
utils.js
View file @
37a964a3
File moved
course_discovery/templates/publisher/add_course_form.html
View file @
37a964a3
...
@@ -451,5 +451,5 @@
...
@@ -451,5 +451,5 @@
{% block extra_js %}
{% block extra_js %}
<script
src=
"{% static 'js/publisher/publisher.js' %}"
></script>
<script
src=
"{% static 'js/publisher/publisher.js' %}"
></script>
<script
src=
"{% static 'js/seat-type-change.js' %}"
></script>
<script
src=
"{% static 'js/
publisher/
seat-type-change.js' %}"
></script>
{% endblock %}
{% endblock %}
course_discovery/templates/publisher/add_courserun_form.html
View file @
37a964a3
...
@@ -238,5 +238,5 @@
...
@@ -238,5 +238,5 @@
{% block extra_js %}
{% block extra_js %}
<script
src=
"{% static 'js/publisher/publisher.js' %}"
></script>
<script
src=
"{% static 'js/publisher/publisher.js' %}"
></script>
<script
src=
"{% static 'js/seat-type-change.js' %}"
></script>
<script
src=
"{% static 'js/
publisher/
seat-type-change.js' %}"
></script>
{% endblock %}
{% endblock %}
course_discovery/templates/publisher/base.html
View file @
37a964a3
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
<script
src=
"{% static 'bower_components/pikaday/pikaday.js' %}"
></script>
<script
src=
"{% static 'bower_components/pikaday/pikaday.js' %}"
></script>
<script
src=
"{% static 'bower_components/datatables/media/js/jquery.dataTables.js' %}"
></script>
<script
src=
"{% static 'bower_components/datatables/media/js/jquery.dataTables.js' %}"
></script>
<script
src=
"{% static 'js/publisher/views/navbar.js' %}"
></script>
<script
src=
"{% static 'js/publisher/views/navbar.js' %}"
></script>
<script
src=
"{% static 'js/utils.js' %}"
></script>
<script
src=
"{% static 'js/
publisher/
utils.js' %}"
></script>
{% endcompress %}
{% endcompress %}
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
...
...
course_discovery/templates/publisher/dashboard.html
View file @
37a964a3
...
@@ -50,6 +50,6 @@
...
@@ -50,6 +50,6 @@
{% endblock %}
{% endblock %}
{% block extra_js %}
{% block extra_js %}
<script
src=
"{% static 'js/tabs.js' %}"
></script>
<script
src=
"{% static 'js/
publisher/
tabs.js' %}"
></script>
<script
src=
"{% static 'js/publisher/views/dashboard.js' %}"
></script>
<script
src=
"{% static 'js/publisher/views/dashboard.js' %}"
></script>
{% endblock %}
{% endblock %}
course_discovery/templates/publisher/seat_form.html
View file @
37a964a3
...
@@ -30,5 +30,5 @@
...
@@ -30,5 +30,5 @@
{% endblock %}
{% endblock %}
{% block extra_js %}
{% block extra_js %}
<script
src=
"{% static 'js/seat-type-change.js' %}"
></script>
<script
src=
"{% static 'js/
publisher/
seat-type-change.js' %}"
></script>
{% endblock %}
{% endblock %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment