disinclined.org
/
git
/
dylansserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84b9caf
)
slowed the slide effect to 600, not sure why it was at 400
author
Dylan Lloyd
<dylan@psu.edu>
Tue, 11 Jan 2011 04:47:19 +0000
(23:47 -0500)
committer
Dylan Lloyd
<dylan@psu.edu>
Tue, 11 Jan 2011 04:47:19 +0000
(23:47 -0500)
includes/all.js
patch
|
blob
|
history
includes/tabs.js
patch
|
blob
|
history
diff --git
a/includes/all.js
b/includes/all.js
index
af96a87
..
5760c4d
100644
(file)
--- a/
includes/all.js
+++ b/
includes/all.js
@@
-262,7
+262,7
@@
b.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery);
var activeTab = $(this).attr("href") + '_';
if (i==1)
- $(activeTab).show("slide",
4
00);
+ $(activeTab).show("slide",
6
00);
else
$(activeTab).show("puff", 600);
$(activeTab).addClass("active_tab");
diff --git
a/includes/tabs.js
b/includes/tabs.js
index
a3c4ded
..
b4036f4
100644
(file)
--- a/
includes/tabs.js
+++ b/
includes/tabs.js
@@
-13,7
+13,7
@@
$(document).ready(function() {
var activeTab = $(this).attr("href") + '_';
if (i==1)
- $(activeTab).show("slide",
4
00);
+ $(activeTab).show("slide",
6
00);
else
$(activeTab).show("puff", 600);
$(activeTab).addClass("active_tab");