Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ep_chat_always_on_screen_and_tokbox_link

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_chat_always_on_screen_and_tokbox_link - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

.travis.yml

2

package.json
{
"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 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc