Skip to content

Commit

Permalink
fixed Code Injection Vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens2014 committed Jan 3, 2020
1 parent 236b245 commit 41de458
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libratus/js/swipebox/js/jquery.swipebox.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*! Swipebox v1.4.4 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
/*! Patch Release v1.4.4.1 | Jens Kossmagk */

;( function ( window, document, $, undefined ) {

Expand Down Expand Up @@ -716,7 +717,7 @@

if ( title ) {
$( '#swipebox-top-bar' ).show();
$( '#swipebox-title' ).append( title );
$( '#swipebox-title' ).text( title );
} else {
$( '#swipebox-top-bar' ).hide();
}
Expand Down

0 comments on commit 41de458

Please sign in to comment.