Skip to content

Commit

Permalink
Initial Bookmarks cleanup
Browse files Browse the repository at this point in the history
Cutting down some bookmarks and making sure the rest are easily
unbookmarkable.

Problem is that these hardcoded urls cause redirects/url changes leading
to them being "unbookmarkable"
  • Loading branch information
saidinesh5 committed Jan 29, 2017
1 parent fa0cc81 commit 10b1e9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions qml/models/BookmarksModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ ListModel {
{
console.log("Initializing Bookmarks Table with fresh data")
tx.executeSql('INSERT INTO bookmarks VALUES (?,?);', ["Duck Duck Go", "https://duckduckgo.com/"])
tx.executeSql('INSERT INTO bookmarks VALUES (?,?);', ["Google News", "https://news.google.com/"])
tx.executeSql('INSERT INTO bookmarks VALUES (?,?);', ["Jolla Together", "https://together.jolla.com/"])
tx.executeSql('INSERT INTO bookmarks VALUES (?,?);', ["Jolla Together", "https://together.jolla.com/questions/"])
tx.executeSql('INSERT INTO bookmarks VALUES (?,?);', ["Maemo forum", "https://talk.maemo.org/"])
tx.executeSql('INSERT INTO bookmarks VALUES (?,?);', ["Jolla Tides", "http://www.jollatides.com/"])
}
})
}
Expand Down

0 comments on commit 10b1e9f

Please sign in to comment.