repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #3618 from solgenomics/topic/progress_tool
[sgn.git]
/
js
/
source
/
legacy
/
thickbox.js
blob
0ef9ed66f5fda3749ae48d195c5d4e95af48e31d
1
JSAN
.
use
(
"jquery"
);
2
JSAN
.
use
(
"jquery.colorbox"
);
3
4
jQuery
(
function
() {
5
jQuery
(
'a.thickbox'
).
colorbox
();
6
});