0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
lib
/
wikiLingo_tiki
/
[
Home
]
File: tiki_flp.Link.js
flp.Link.prototype.show = function(table) { $('<div></div>') .html(table) .dialog() .addClass('tablesorter tablesorter-dropbox') .tablesorter(); };