File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ var link = (function() {
6868 } ,
6969 cancelAction : function ( ) {
7070 resetStagedBookmarkData ( ) ;
71+ autoSuggest . destroy ( ) ;
7172 } ,
7273 actionText : "Add" ,
7374 size : "small" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ var menu = (function() {
66 allMenuNavButton . forEach ( function ( arrayItem , index ) {
77 arrayItem . addEventListener ( "click" , function ( ) {
88 _tab ( this ) ;
9+ page . update ( ) ;
910 } , false ) ;
1011 } ) ;
1112 menuClose . addEventListener ( "click" , function ( ) {
Original file line number Diff line number Diff line change 11var version = ( function ( ) {
22
33 // version is normally bumped when the state needs changing or any new functionality is added
4- var current = "3.1.3 " ;
4+ var current = "3.1.4 " ;
55
66 var compare = function ( a , b ) {
77 var pa = a . split ( "." ) ;
You can’t perform that action at this time.
0 commit comments