|
|
@@ -46,9 +46,11 @@ exports[`ko.linkSharing.js should render component activated 1`] = `
|
|
|
</div>
|
|
|
</div></div>
|
|
|
</div>
|
|
|
- <div class=\\"shared-link\\">
|
|
|
- <div id=\\"sharedLinkInput\\" data-bind=\\"text: link\\">https://www.gethue.com/hueundefined</div>
|
|
|
- <button class=\\"btn\\" data-clipboard-target=\\"#sharedLinkInput\\" data-bind=\\"clipboard\\"><i class=\\"fa fa-clipboard\\"></i></button>
|
|
|
+ <div class=\\"input-append\\">
|
|
|
+ <form autocomplete=\\"off\\">
|
|
|
+ <input id=\\"sharedLinkInput\\" style=\\"width: 520px\\" autocorrect=\\"off\\" autocomplete=\\"do-not-autocomplete\\" autocapitalize=\\"off\\" spellcheck=\\"false\\" onfocus=\\"this.select()\\" data-bind=\\"value: link\\" type=\\"text\\" readonly=\\"readonly\\">
|
|
|
+ <button class=\\"btn\\" type=\\"button\\" data-clipboard-target=\\"#sharedLinkInput\\" data-bind=\\"clipboard\\"><i class=\\"fa fa-clipboard\\"></i></button>
|
|
|
+ </form>
|
|
|
</div>
|
|
|
<!-- /ko -->
|
|
|
</div></div>"
|