Skip to content

Instantly share code, notes, and snippets.

View mikebranski's full-sized avatar

Mike Branski mikebranski

View GitHub Profile
/*
================================
* CLASSIC (PORTFOLIO)
supported modules:
* Profile Pic
* Display Name
* Connect
* Meta
/* CSS for Comments Module for Virb 2's Photographer profile skin */
/*************************************************
* COMMENTS
*************************************************/
#comments.module {
border-top-width: 5px;
}
// From the command authoring tutorial
CmdUtils.CreateCommand({
name: "date",
homepage: "http://www.leftrightdesigns.com/",
author: {name: "Mike Branski", email: "mikebranski@gmail.com"},
description: "Inserts today's date.",
help: "If you're in an editable text area, inserts today's date, formatted for the current locale.",
_date: function() {
var date = new Date();