Rev | Line | |
---|
[1046] | 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.