there's not type hint 'resource' (bug in my converter)

https://wiki.php.net/rfc/scalar_type_hints#type_hint_choices
This commit is contained in:
djmaze 2020-03-11 15:42:46 +01:00
parent 69a33c0c25
commit 690190bb26
8 changed files with 12 additions and 11 deletions

View file

@ -14,7 +14,9 @@
<meta name="google" content="notranslate" />
<meta name="robots" content="noindex,nofollow,noodp" />
<meta name="AppBootData" content='{{RainloopBootData}}' id="app-boot-data" />
<!--
<script type="text/javascript" data-cfasync="false" src="{{BaseAppPolyfillsScriptLink}}"></script>
-->
{{BaseContentSecurityPolicy}}
<title></title>
{{BaseAppHeadScriptLink}}

View file

@ -174,8 +174,7 @@
<div class="btn-group pull-right">
<a class="btn first" data-tooltip-join="bottom"
style="padding-left: 10px; padding-right: 10px;"
data-bind="visible: addAttachmentEnabled(), initDom: composeUploaderButton, tooltip: 'COMPOSE/ATTACH_FILES',
css: {'last': !(driveEnabled() && driveVisible())}">
data-bind="visible: addAttachmentEnabled(), initDom: composeUploaderButton, tooltip: 'COMPOSE/ATTACH_FILES'">
<sup style="font-weight: bold; font-size: 100%; top: -0.3em;">+</sup><i class="icon-attachment"></i>
</a>
</div>