mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
Merge pull request #216 from bigchaindb/feature/kill-nyancat
Kill Nyan Cat
This commit is contained in:
commit
be4921d590
@ -131,8 +131,6 @@ window.addEventListener('DOMContentLoaded', function domload(event) {
|
||||
|
||||
postButton.style.opacity = 0
|
||||
|
||||
responseArea.children[0].classList.add('nyan')
|
||||
|
||||
}, reason => { // Error!
|
||||
console.log(reason)
|
||||
|
||||
|
@ -76,6 +76,8 @@
|
||||
|
||||
code {
|
||||
font-size: $font-size-xs;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -6,7 +6,7 @@ official:
|
||||
|
||||
- title: JavaScript
|
||||
repo: js-bigchaindb-driver
|
||||
version: v0.3
|
||||
version: v4.0
|
||||
icon: logo-js
|
||||
|
||||
community:
|
||||
|
Loading…
Reference in New Issue
Block a user