Create Bookmarklet (browser bookmark that executes Javsacript) to copy a given text to Clipboard.
This is the base javascript:
(function (text) {
var node = document.createElement('textarea')
var selection = document.getSelection()| From 473846959772d8160b34b92ae3bcecddf24b972f Mon Sep 17 00:00:00 2001 | |
| From: =?UTF-8?q?Julian=20Nu=C3=9F?= <julian.nuss@outlook.com> | |
| Date: Tue, 23 Sep 2014 21:07:29 +0200 | |
| Subject: [PATCH 1/1] [BUGIFX] Zend Framework 1 + PHP5.6 | |
| --- | |
| lib/Zend/Locale/Format.php | 22 +++++++++++----------- | |
| lib/Zend/Service/Audioscrobbler.php | 6 +++--- | |
| lib/Zend/Service/Technorati.php | 6 +++--- | |
| lib/Zend/Validate/Hostname.php | 4 ++-- |
| #!/bin/sh | |
| # https://launchpad.net/~dotcloud/+archive/lxc-docker/+packages | |
| ### BEGIN INIT INFO | |
| # Provides: docker | |
| # Required-Start: $local_fs $remote_fs | |
| # Required-Stop: $local_fs $remote_fs | |
| # Should-Start: autofs $network $named alsa-utils pulseaudio | |
| # Should-Stop: autofs $network $named alsa-utils pulseaudio | |
| # Default-Start: 2 3 4 5 |
| diff --git app/code/core/Enterprise/Search/Model/Adapter/Abstract.php app/code/core/Enterprise/Search/Model/Adapter/Abstract.php | |
| index dbaa51c..3e2afd2 100644 | |
| --- app/code/core/Enterprise/Search/Model/Adapter/Abstract.php | |
| +++ app/code/core/Enterprise/Search/Model/Adapter/Abstract.php | |
| @@ -89,7 +89,7 @@ abstract class Enterprise_Search_Model_Adapter_Abstract | |
| */ | |
| protected $_defaultQueryParams = array( | |
| 'offset' => 0, | |
| - 'limit' => 100, | |
| + 'limit' => Enterprise_Search_Model_Adapter_Solr_Abstract::DEFAULT_ROWS_LIMIT, |