TintBrowser
TintBrowser copied to clipboard
Fix #37 (empty URL caused a bad SQLite request)
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.