Difference between revisions of "User:Tersia/common.js"

From BDSM Wiki
Jump to: navigation, search
(Created page with "This is a testing ground for potential new features for the site: $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { 'section': 'characters', 'pages': { 'emoticons': {...")
(No difference)

Revision as of 01:23, 15 May 2014

/* This is a testing ground for potential new features for the site */

$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
	'section': 'characters',
	'pages': {
		'emoticons': {
			'layout': 'characters',
			'label': 'Emoticons',
			'characters': [ ':)', ':))', ':(', '<3', ';)' ]
		}
	}
} );