Skip to content
Snippets Groups Projects
Commit e2d6bf4c authored by Marvin Thomas Rabe's avatar Marvin Thomas Rabe
Browse files

Bookmarklet Window closes itself after submit.

parent d9914664
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ function addBookmark(event) {
url: 'ajax/addBookmark.php',
data: 'url=' + encodeURI(url) + '&title=' + encodeURI(title) + '&tags=' + encodeURI(tags),
success: function(data){
location.href='index.php';
window.close();
}
});
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment