mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
Fix JS code style
This commit is contained in:
@@ -63,7 +63,7 @@ define([
|
||||
|
||||
// highlight view if edit view model match current view model
|
||||
if (AdminFieldApp.fieldEditView
|
||||
&& AdminFieldApp.fieldEditView.model.get("id") === this.model.get("id")) {
|
||||
&& AdminFieldApp.fieldEditView.model.get("id") === this.model.get("id")) {
|
||||
this.select();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user