Started intergrating twitter bootstrap
This commit is contained in:
3
app/assets/javascripts/dragdrop.js
vendored
3
app/assets/javascripts/dragdrop.js
vendored
@@ -4,6 +4,7 @@
|
||||
//
|
||||
// script.aculo.us is freely distributable under the terms of an MIT-style license.
|
||||
// For details, see the script.aculo.us web site: http://script.aculo.us/
|
||||
//= require effects
|
||||
|
||||
if(Object.isUndefined(Effect))
|
||||
throw("dragdrop.js requires including script.aculo.us' effects.js library");
|
||||
@@ -971,4 +972,4 @@ Element.findChildren = function(element, only, recursive, tagName) {
|
||||
|
||||
Element.offsetSize = function (element, type) {
|
||||
return element['offset' + ((type=='vertical' || type=='height') ? 'Height' : 'Width')];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user