mirror of
https://github.com/balkian/go5ears.git
synced 2025-09-02 09:02:20 +00:00
Updated jquery-ui and GoEar scraper
This commit is contained in:
@@ -194,13 +194,18 @@ $(document).ready(function(){
|
||||
$(function() {
|
||||
$( ".sortable" ).sortable();
|
||||
$( ".sortable" ).disableSelection();
|
||||
$( "#accordion" ).accordion({fillSpace:true});
|
||||
$( "#accordion" ).accordion({heightStyle: "fill"});
|
||||
|
||||
$(window).resize(function(){
|
||||
$("#accordion").accordion("refresh");
|
||||
});
|
||||
});
|
||||
|
||||
$('.accordion .head').click(function() {
|
||||
$(this).next().toggle();
|
||||
return false;
|
||||
}).next().hide();
|
||||
|
||||
|
||||
function Song(id, group, title, quality) {
|
||||
var self = this;
|
||||
|
9555
js/jquery-1.9.0.js
vendored
Normal file
9555
js/jquery-1.9.0.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
14850
js/jquery-ui-1.10.0.custom.js
vendored
Normal file
14850
js/jquery-ui-1.10.0.custom.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6
js/jquery-ui-1.10.0.custom.min.js
vendored
Normal file
6
js/jquery-ui-1.10.0.custom.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user