File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const SETTINGS_DEFAULTS = {
8383// Use defaults if the script is injected manually
8484const SETTINGS = SETTINGS_DEFAULTS ;
8585
86- const VERSION = '1.14.2 ' ;
86+ const VERSION = '1.14.3 ' ;
8787
8888console . log ( 'BeautySearch v' + VERSION + ' is loaded' ) ;
8989
@@ -838,7 +838,7 @@ if(SETTINGS.version2022) {
838838 width: 100%;
839839 padding-right: 12px !important;
840840 }
841- .zeroInput19H1 .suggsList .details .removeIcon {
841+ .zeroInput19H1:not(.allScope) .suggsList .details .removeIcon {
842842 margin-top: 4px;
843843 }
844844 ` ) ;
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.14.2 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.14.2 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.14.3 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.14.3 .0" ) ]
You can’t perform that action at this time.
0 commit comments