Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* TODO: Use Core-CMS v4.30 code instead */
/* SEE: https://github.com/TACC/Core-CMS/pull/868/files */
/**
* Get URL of external web article of which internal news article represents
* @param {HTMLElement} article - The article within which to find external URL
Expand Down
3 changes: 0 additions & 3 deletions apps/tup-cms/src/taccsite_cms/templates/assets_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>

<!-- TUP CMS UX Scripts -->
<script src="{% static 'tup_cms/js/modules/breadcrumbs.js' %}" type="module"></script>

<!-- TUP CMS UI Styles -->
<link rel="stylesheet" href="{% static 'tup_cms/css/tup-cms.for-core-styles.css' %}" />
<link rel="stylesheet" href="{% static 'tup_cms/css/tup-cms.for-core-cms.css' %}" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{% comment %}
<!-- TODO: Use Core-CMS v4.30 code instead -->
<!-- SEE: https://github.com/TACC/Core-CMS/pull/868/files -->
{% endcomment %}
{# To open external article URL, instead of internal one, on news listing #}
{% load static %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{% comment %}
<!-- TODO: Use Core-CMS v4.30 code instead -->
<!-- SEE: https://github.com/TACC/Core-CMS/pull/868/files -->
{% endcomment %}
{# To redirect page to given URL or external URL from known content #}
{% load static %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* TODO: Release TACC/Core-Styles#508. Update Core-CMS then TUP. Remove this… */
/* FAQ: Used on homepage for "User Updates" and "Upcoming Training" */
/* SEE: https://dev.tup.tacc.utexas.edu/ */

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@

/* TRUMPS */
@import url("./for-tup-cms/trumps/s-abbr-list.css") layer(project);
@import url("./for-tup-cms/trumps/s-breadcrumbs.css") layer(project);

This file was deleted.