Show More
@@ -394,10 +394,12 define([ | |||||
394 | .attr('target', '_blank') |
|
394 | .attr('target', '_blank') | |
395 | .attr('title', 'Opens in a new window') |
|
395 | .attr('title', 'Opens in a new window') | |
396 | .attr('href', link.url) |
|
396 | .attr('href', link.url) | |
397 | .text(link.text) |
|
|||
398 | .append($("<i>") |
|
397 | .append($("<i>") | |
399 | .addClass("fa fa-external-link menu-icon pull-right") |
|
398 | .addClass("fa fa-external-link menu-icon pull-right") | |
400 | ) |
|
399 | ) | |
|
400 | .append($("<span>") | |||
|
401 | .text(link.text) | |||
|
402 | ) | |||
401 | ) |
|
403 | ) | |
402 | ); |
|
404 | ); | |
403 | cursor = cursor.next(); |
|
405 | cursor = cursor.next(); |
General Comments 0
You need to be logged in to leave comments.
Login now