| 1 |
// $Id: divresizer.js,v 1.1.4.1 2008/09/16 05:23:08 jrglasgow Exp $ |
// $Id: divresizer.js,v 1.1.4.1.2.1 2009/09/12 02:25:15 jrglasgow Exp $ |
| 2 |
(function ($) { |
(function ($) { |
| 3 |
|
|
| 4 |
Drupal.contemplate.divResizable = function() { |
Drupal.contemplate.divResizable = function() { |
| 5 |
$('div.resizable:not(.processed)').each(function() { |
$('div.resizable:not(.processed)').each(function() { |
| 6 |
var div = $(this).addClass('processed'), staticOffset = null; |
var div = $(this).addClass('processed'), staticOffset = null; |