Started intergrating twitter bootstrap
This commit is contained in:
4
app/assets/javascripts/controls.js
vendored
4
app/assets/javascripts/controls.js
vendored
@@ -35,7 +35,7 @@
|
||||
// enables autocompletion on multiple tokens. This is most
|
||||
// useful when one of the tokens is \n (a newline), as it
|
||||
// allows smart autocompletion after linebreaks.
|
||||
|
||||
//= require effects
|
||||
if(typeof Effect == 'undefined')
|
||||
throw("controls.js requires including script.aculo.us' effects.js library");
|
||||
|
||||
@@ -962,4 +962,4 @@ Form.Element.DelayedObserver = Class.create({
|
||||
this.timer = null;
|
||||
this.callback(this.element, $F(this.element));
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user