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
4
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.4 to 0.0.5

LICENSE.md

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.4",
"version": "0.0.5",
"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;font-size:10px;padding-top:2px;" placeholder="type here to chat..."></textarea>';
var textarea = '<textarea id="chatinput" style="width:185px;height:90px;padding-left:2px;font-size:12px;padding-top:2px;" placeholder="type here to chat..."></textarea>';
$("#chatinputbox > form").html(textarea);

@@ -29,3 +29,3 @@ $("#chatinput").keyup(function(e){

var link = tokbox_link + "?string="+location.href;
var markup = '<p id="tokboxStart" style="cursor:pointer; cursor:hand;text-align:center;text-size:10px;font-weight:bold;text-transform:uppercase;padding-bottom:8px;">START VIDEO/AUDIO CHAT</p>';
var markup = '<p id="tokboxStart" style="cursor:pointer; cursor:hand;text-align:center;text-size:12px;font-weight:bold;text-transform:uppercase;padding-bottom:8px;">START VIDEO/AUDIO CHAT</p>';
$(markup).insertBefore("#chatinput");

@@ -32,0 +32,0 @@ $("#tokboxStart").click(function(){

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