0
0
This repository has been archived on 2020-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
OpenShorte.old/lib/js/logout.js

4 lines
74 B
JavaScript
Raw Permalink Normal View History

function logout ( ) {
window.location.href = script_name+"/logout";
}