Dotclear

source: plugins/daInstaller/js/_dainstaller.js @ 1046:24b905e118ac

Revision 1046:24b905e118ac, 457 bytes checked in by franck <carnet.franck.paul@…>, 13 years ago (diff)

Add daInstaller plugin to the distribution, closes #1359

Line 
1/*
2# ***** BEGIN LICENSE BLOCK *****
3# This file is part of daInstaller, a plugin for DotClear2.
4# Copyright (c) 2008-2011 Tomtom, Pep and contributors, for DotAddict.org.
5# All rights reserved.
6#
7# ***** END LICENSE BLOCK *****
8*/
9$(function() {
10     $('a.modal').modalWeb($(window).width()-60,$(window).height()-60);
11});
12$(function() {
13     $('.checkboxes-helpers').each(function() {
14          dotclear.checkboxesHelpers(this);
15     });
16     dotclear.commentsActionsHelper();
17});
Note: See TracBrowser for help on using the repository browser.

Sites map