mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +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
|
postButton.style.opacity = 0
|
||||||
|
|
||||||
responseArea.children[0].classList.add('nyan')
|
|
||||||
|
|
||||||
}, reason => { // Error!
|
}, reason => { // Error!
|
||||||
console.log(reason)
|
console.log(reason)
|
||||||
|
|
||||||
|
@ -76,6 +76,8 @@
|
|||||||
|
|
||||||
code {
|
code {
|
||||||
font-size: $font-size-xs;
|
font-size: $font-size-xs;
|
||||||
|
word-break: break-all;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ official:
|
|||||||
|
|
||||||
- title: JavaScript
|
- title: JavaScript
|
||||||
repo: js-bigchaindb-driver
|
repo: js-bigchaindb-driver
|
||||||
version: v0.3
|
version: v4.0
|
||||||
icon: logo-js
|
icon: logo-js
|
||||||
|
|
||||||
community:
|
community:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user