remotestorage-widget
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "remotestorage-widget", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "remoteStorage.js connect widget", | ||
@@ -13,3 +13,4 @@ "main": "build/widget.js", | ||
"open": "opener http://localhost:8008", | ||
"version": "npm run build && git add build/" | ||
"version": "npm run build && git add build/ && npm run update-bower-version && git add bower.json", | ||
"update-bower-version": "./scripts/update-bower-version.sh" | ||
}, | ||
@@ -46,3 +47,3 @@ "repository": { | ||
"raw-loader": "^0.5.1", | ||
"remotestoragejs": "1.0.1", | ||
"remotestoragejs": "1.0.2", | ||
"rimraf": "^2.4.3", | ||
@@ -49,0 +50,0 @@ "svg-inline-loader": "^0.7.1", |
# remotestorage-widget | ||
[![npm](https://img.shields.io/npm/v/remotestorage-widget.svg)](https://www.npmjs.com/package/remotestorage-widget) | ||
[![Dependency Status](http://img.shields.io/david/remotestorage/remotestorage-widget.svg?style=flat)](https://david-dm.org/remotestorage/remotestorage-widget#info=dependencies) | ||
[![devDependency Status](http://img.shields.io/david/dev/remotestorage/remotestorage-widget.svg?style=flat)](https://david-dm.org/remotestorage/remotestorage-widget#info=devDependencies) | ||
@@ -6,0 +5,0 @@ |
@@ -200,2 +200,3 @@ /** | ||
this.rsSignInForm = document.querySelector('.rs-sign-in-form'); | ||
this.rsConnectButton = document.querySelector('.rs-connect'); | ||
@@ -260,2 +261,3 @@ this.rsDisconnectButton = document.querySelector('.rs-disconnect'); | ||
let userAddress = document.querySelector('input[name=rs-user-address]').value; | ||
this.rsConnectButton.disabled = true; | ||
this.rs.connect(userAddress); | ||
@@ -433,2 +435,3 @@ }); | ||
msgContainer.classList.add('rs-visible'); | ||
this.rsConnectButton.disabled = false; | ||
}, | ||
@@ -435,0 +438,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
353447
12
1056
71