Merged PR 4098: playground - bookmark name fix

bookmark name fix
This commit is contained in:
Amit Shuster 2018-03-18 09:07:32 +00:00
Родитель 1f7db88081
Коммит db4ab98075
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1562,7 +1562,7 @@ function _Bookmarks_Apply() {
// bookmarksManager.apply will apply the bookmark with the
// given name on the report.
// This is the actual bookmark name not the display name.
report.bookmarksManager.apply("Bookmark2f89b805540504c54031")
report.bookmarksManager.apply("Bookmark4f76333c3ea205286501")
.catch(function (errors) {
Log.log(errors);
});