wise-team / steem-wise-voter-page

Vote delegation system for STEEM blockchain: html tool for plenipotents to vote on behalf of delegator
MIT License
12 stars 4 forks source link

Nothing in Internet Explorer (11) #17

Closed lukmarcus closed 6 years ago

lukmarcus commented 6 years ago

Page doesn't work in Internet Explorer 11... Nothing opens and source is:


<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <title>Wise Voter Page</title>
</head>
<body>
    <div id="app"></div>
</body>

<script src="./dist/build.js"></script>

</html>```
Jblew commented 6 years ago

I've probably fixed this in https://github.com/noisy-witness/steem-wise-voter-page/commit/254310b7e08f012b10bd7b3bb4ae842c660a9cab . Probably this was only a mistake in the structure of index.html file (Nov I've also added an anti-caching mechanism to webpack build :)). I don't have an ability to test The IE 11. But it seems to work on Microsoft Edge 17:

zrzut ekranu 2018-08-07 o 12 53 28
Jblew commented 6 years ago

@lukmarcus Can you tell me, do you get the same error?

zrzut ekranu 2018-08-07 o 13 04 45
Jblew commented 6 years ago

No reactions. Closing for now.