* Check for browser.
()
| 226 | * Check for browser. |
| 227 | */ |
| 228 | function getBrowser() { |
| 229 | if (typeof InstallTrigger !== 'undefined') { |
| 230 | return "Firefox"; |
| 231 | } else { |
| 232 | return "Chrome"; |
| 233 | } |
| 234 | } |
| 235 | |
| 236 | /** |
| 237 | * Decodes an URL, also one that is encoded multiple times. |
no outgoing calls
no test coverage detected