mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6203 201d5d3c-b55e-5fd7-737f-ddc643e51545
6 lines
224 B
JavaScript
6 lines
224 B
JavaScript
function moveHistory(fo_obj) {
|
|
if(!fo_obj.entry.value) return;
|
|
var url = current_url.setQuery('entry',fo_obj.entry.value);
|
|
if(typeof(xeVid)!='undefined') url = url.setQuery('vid',xeVid);
|
|
location.href=url;
|
|
}
|