diff options
Diffstat (limited to 'src/ui/documentwidget.c')
-rw-r--r-- | src/ui/documentwidget.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c index 9b8340fb..e227bcef 100644 --- a/src/ui/documentwidget.c +++ b/src/ui/documentwidget.c | |||
@@ -3053,6 +3053,9 @@ static iBool processEvent_DocumentWidget_(iDocumentWidget *d, const SDL_Event *e | |||
3053 | 0, | 3053 | 0, |
3054 | format_CStr("!open newtab:5 url:%s", cstr_String(linkUrl)) } }, | 3054 | format_CStr("!open newtab:5 url:%s", cstr_String(linkUrl)) } }, |
3055 | 4); | 3055 | 4); |
3056 | if (deviceType_App() == phone_AppDeviceType) { | ||
3057 | removeN_Array(&items, size_Array(&items) - 2, iInvalidSize); | ||
3058 | } | ||
3056 | } | 3059 | } |
3057 | else if (!willUseProxy_App(scheme)) { | 3060 | else if (!willUseProxy_App(scheme)) { |
3058 | pushBack_Array( | 3061 | pushBack_Array( |