ep_chat_always_on_screen_and_tokbox_link
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "ep_chat_always_on_screen_and_tokbox_link", | ||
"description": "Chat on screen and link to tokbox based on URL param", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "John McLear", |
@@ -15,3 +15,3 @@ var chat_always_on_screen_and_tokbox_link = { | ||
$("#chatinputbox > form").html(""); | ||
var textarea = '<textarea id="chatinput" style="width:185px;height:90px;padding-left:2px;padding-top:2px;" placeholder="Type Here to Chat"></textarea>'; | ||
var textarea = '<textarea id="chatinput" style="width:185px;height:90px;padding-left:2px;font-size:10px;padding-top:2px;" placeholder="type here to chat..."></textarea>'; | ||
$("#chatinputbox > form").html(textarea); | ||
@@ -35,3 +35,3 @@ $("#chatinput").keyup(function(e){ | ||
$("#chattext").css("bottom", "120px"); | ||
$("#chattext").css("bottom", "125px"); | ||
} | ||
@@ -38,0 +38,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4044
8