This is the commit that added the buttons:
The Important Bit:
$("a.cat:contains(Supplies)").append('<span><i class="icon icon-star"></i> New</span>');| // routes/_middleware.js | |
| import { cyan, green, yellow } from "$std/fmt/colors.ts"; | |
| import { getCookies, setCookie } from "$std/http/cookie.ts"; | |
| import { config } from "$std/dotenv/mod.ts"; | |
| import * as redis from "redis"; | |
| // import_map.json | |
| // "@/": "./", | |
| // "$std/": "https://deno.land/[email protected]/", | |
| // "redis": "https://deno.land/x/[email protected]/mod.ts", |
| // jquery? | |
| // Get array of elements | |
| // Map the click |
| #!/bin/bash | |
| terminus wp 'search-replace live-serviceaide.pantheonsite.io dev-serviceaide.pantheon.io --skip-columns=guid' --site=wordpress --env=dev |
This is the commit that added the buttons:
The Important Bit:
$("a.cat:contains(Supplies)").append('<span><i class="icon icon-star"></i> New</span>');| #/bin/bash | |
| apt-get update && apt-get -q -y install curl build-essential openssl libssl-dev git-core python python-software-properties | |
| sudo add-apt-repository ppa:nginx/stable -y | |
| apt-get update && apt-get -q -y install curl build-essential openssl libssl-dev git python lib32gcc1 nginx | |
| mkdir steamcmd | |
| cd steamcmd | |
| wget http://media.steampowered.com/installer/steamcmd_linux.tar.gz | |
| tar -xvzf steamcmd_linux.tar.gz | |
| ./steamcmd | |
| # login username |
| May 13 - 3/4 Waxing | |
| http://stardate.org/nightsky/moon | |
| :moon: |
Fixed Header Advertisment code
wp-content/themes/vype/javascripts/scripts.js
var top_divs = $("#adspace div").not(".clearfix").hide(),
top_i = 0;
// var top_num_ads = $('#adspace > div').attr("num_ads");
var top_num_ads = $('#adspace > div').not(".clearfix").length;
var top_cycle_delay = 12000;