mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
Update bookmarks/js/bookmarks.js
Removed trailing comma
This commit is contained in:
parent
9ad3ff5a95
commit
58fbba8a3f
@ -304,7 +304,7 @@ function recordClick(event) {
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: OC.filePath('bookmarks', 'ajax', 'recordClick.php'),
|
||||
data: 'url=' + encodeURIComponent($(this).attr('href')),
|
||||
data: 'url=' + encodeURIComponent($(this).attr('href'))
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user