undo cat check

master
manetta 5 years ago
parent df3cf418da
commit 34b4ee2688

@ -16,8 +16,8 @@ body {
vertical-align: top;
padding: 5px;
font-size: 14px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#02b38d), to(#07d2c4));
/*background-image: -webkit-gradient(linear, left top, left bottom, from(yellow), to(gold));*/
/*background-image: -webkit-gradient(linear, left top, left bottom, from(#02b38d), to(#07d2c4));*/
background-image: -webkit-gradient(linear, left top, left bottom, from(yellow), to(gold));
}
#cnn .button_container {
display: inline-block;

@ -28,12 +28,6 @@
// Find categories that this page is part of
var categories = findCategories(data);
if ( categories.length > 0 && categories.length < 2){
//if we have only one category we add another one at random
var keys = Object.keys(data)
keys.splice(categories[1], 1)
categories.push(keys[Math.floor(Math.random() * keys.length)])
}
// Select a pseudo-randomised category for buttonA
var buttonA = categories[Math.floor(Math.random() * categories.length)];

Loading…
Cancel
Save