Browse Source

Merge pull request #425 from WoLpH/master

Fixed chrome os x issue with too small popup size (fixes #423)
pull/2/head
Raymond Hill 9 years ago
parent
commit
43e2bf7453
  1. 2
      src/popup.html

2
src/popup.html

@ -90,6 +90,8 @@
<span data-i18n="matrix1stPartyLabel"></span>
</div>
<div style="clear: both; height: 0px;"></div>
<script src="lib/punycode.js"></script>
<script src="js/vapi-common.js"></script>
<script src="js/vapi-client.js"></script>

Loading…
Cancel
Save