From eaa2958fa3d7e8409ddd1691a2e5223dd36edd7a Mon Sep 17 00:00:00 2001 From: bill bittner Date: Sun, 11 Jun 2017 16:17:37 -0700 Subject: [PATCH] added help directions to error messages --- public/vendors/MDB/index.html | 44 ----------------------------------- views/index.handlebars | 2 +- 2 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 public/vendors/MDB/index.html 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!

';