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
2019-06-02 09:31:04 +02:00

4 lines
74 B
JavaScript

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