Implement REST Console support.

This commit is contained in:
Paulo Gustavo Veiga
2014-01-16 20:09:22 -03:00
parent 22c102917e
commit f4017e6362
33 changed files with 10110 additions and 1725 deletions

View File

@@ -0,0 +1 @@
(function(b){b.fn.slideto=function(a){a=b.extend({slide_duration:"slow",highlight_duration:3E3,highlight:true,highlight_color:"#FFFF99"},a);return this.each(function(){obj=b(this);b("body").animate({scrollTop:obj.offset().top},a.slide_duration,function(){a.highlight&&b.ui.version&&obj.effect("highlight",{color:a.highlight_color},a.highlight_duration)})})}})(jQuery);