Subversion Repositories My Stuff

Compare Revisions

Regard whitespace Rev 14 → Rev 15

/trunk/JavaScripts/dialog_sms_form_open.js
8,7 → 8,6
# The full version of the licencse can be obtainted by visiting:
# http://www.gnu.org/licenses/gpl.html
#######################################################################*/
$.fx.speeds._default = 1000;
$(document).ready(function() {
$('a.sms_link').each(function() {
var $link = $(this);
20,6 → 19,7
title: $link.attr('title'),
resizable: false,
modal: true,
postion: 'center',
show: 'blind',
hide: 'explode'
});