File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,9 @@ class FindDublicateFieldValues extends CustomMaskSplitter
100100 if data .objects .length == 0
101101 infoButton .hide ()
102102
103+ CUI .Events .trigger
104+ type : " viewport-resize"
105+
103106 if infoButton .opts .onClick
104107 infoButton ._onClick = newOnClick .bind (infoButton)
105108 return
@@ -211,8 +214,8 @@ class FindDublicateFieldValues extends CustomMaskSplitter
211214 return
212215
213216
217+ # get groups, of which users are allowed to use this plugin
214218 _getAllowedGroupdIDs : ->
215- # get groups, of which users are allowed to use this plugin
216219 baseConfig = ez5 .session .getBaseConfig (" plugin" , " find-duplicate-field-values" )
217220 config = baseConfig[' FindDuplicateFieldvalues' ][' find_duplicate_field_values' ] || baseConfig[' FindDuplicateFieldvalues' ]
218221 allowedGroups = []
You can’t perform that action at this time.
0 commit comments