Timers and other features for Heroes of the Storm
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

12 wiersze
259 B

  1. 'use strict'
  2. /* eslint-disable */
  3. require('eventsource-polyfill')
  4. var hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true')
  5. hotClient.subscribe(function (event) {
  6. if (event.action === 'reload') {
  7. window.location.reload()
  8. }
  9. })