Migrate StatusBarAlert to pargaon static build

This commit is contained in:
Tyler Hallada
2018-02-08 11:59:32 -05:00
parent 24794edd8b
commit e6da9a22db
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ Wrapper for React/Paragon accessible status bar
import React from 'react';
import ReactDOM from 'react-dom';
import StatusAlert from '@edx/paragon/src/StatusAlert/index.jsx';
import { StatusAlert } from '@edx/paragon/static';
export class StatusAlertRenderer {
constructor(message, selector, afterselector) {

View File

@@ -13,6 +13,8 @@
{% stylesheet 'style-course-vendor' %}
{% stylesheet 'style-course' %}
<link rel="stylesheet" type="text/css" href="{% static 'paragon/static/paragon.min.css' %}" />
<script type="text/javascript">
function ajaxError(){}