TintBrowser icon indicating copy to clipboard operation
TintBrowser copied to clipboard

Fix #37 (empty URL caused a bad SQLite request)

Open ElementW opened this issue 11 years ago • 0 comments

bushrang3r's (#37) example case uses a pop-up to show a calendar, but Tint doesn't keep the base URL -- this is probably not the expected behavior, but that's another issue (to be opened maybe). Empty URL (and originalURL) caused the SQL query to be url = OR url =, therefore an invalid query. If both URL and originalURL are empty, the fuctions returns immediately, and "protection" was added to keep the query valid if only one of the two strings are OK.

ElementW avatar Jan 29 '14 20:01 ElementW