1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-18 12:00:53 +00:00

Move BannerHTML to index.html

This commit is contained in:
Kane York 2015-10-28 18:12:20 -07:00
parent 6c422b8782
commit cf49f38bf8
7 changed files with 27 additions and 23 deletions

View file

@ -6,10 +6,10 @@ import (
"github.com/gorilla/websocket"
"github.com/satori/go.uuid"
"log"
"net/url"
"strconv"
"sync"
"time"
"net/url"
)
var ResponseSuccess = ClientMessage{Command: SuccessCommand}