File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ var link = (function(){
6868} ,
6969cancelAction : function ( ) {
7070resetStagedBookmarkData ( ) ;
71+ autoSuggest . destroy ( ) ;
7172} ,
7273actionText : "Add" ,
7374size : "small" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ var menu = (function(){
66allMenuNavButton . forEach ( function ( arrayItem , index ) {
77arrayItem . addEventListener ( "click" , function ( ) {
88_tab ( this ) ;
9+ page . update ( ) ;
910} , false ) ;
1011} ) ;
1112menuClose . 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
66var compare = function ( a , b ) {
77var pa = a . split ( "." ) ;
You can’t perform that action at this time.
0 commit comments