Skip to content

Commit 1d96c6f

Browse files
committed
Added 'open in new window or tab' option
1 parent 045e739 commit 1d96c6f

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

js-cumulus.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Based on Stratus plugin by Dawid Fatyga (fatyga@student.agh.edu.pl)
44
Based on WP-Cumulus by Roy Tanck (http://www.roytanck.com)
55
66
@author Jeroen van Warmerdam (aka jerone or jeronevw) (http://www.jeroenvanwarmerdam.nl)
7-
@date 18-12-2011 22:30
8-
@version 0.2.4
7+
@date 24-05-2012 02:15
8+
@version 0.2.5
99
1010
Copyright 2010 - 2012, Jeroen van Warmerdam
1111
@@ -52,6 +52,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
5252
* title => String => Title of the tag;
5353
* rank => Integer 0-100 => Importance of the tag (optional)(default: 30);
5454
* url => String => Link of the tag (optional)(default "#");
55+
* openInNewWindow => Boolean => Open link in new window or tab (optional)(default: false);
56+
* styles => Object => Style the tag (optional);
5557
\*/
5658

5759
(function(_win, _doc, undefined){

js-cumulus.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)