diff --git a/public/vendors/MDB/index.html b/public/vendors/MDB/index.html deleted file mode 100644 index cf58451d..00000000 --- a/public/vendors/MDB/index.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - Material Design Bootstrap - - - - - - - - - - - - - -
-
-

Material Design for Bootstrap

- -
Thank you for using our product. We're glad you're with us.
- -

MDB Team

-
-
- - - - - - - - - - - - - - diff --git a/views/index.handlebars b/views/index.handlebars index 528859c7..9710232d 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -131,7 +131,7 @@ updatePublishStatus(msg); }); socket.on('publish-failure', function(msg){ - document.getElementById('publish-active-area').innerHTML = '

' + JSON.stringify(msg) + '

--(✖╭╮✖)→

'; + document.getElementById('publish-active-area').innerHTML = '

' + JSON.stringify(msg) + '

--(✖╭╮✖)→

For help, post the above error text in the #speech channel on the lbry slack'; }); socket.on('publish-complete', function(msg){ var publishResults = '

Your publish is complete!

';