mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-27 17:40:06 +00:00
Remove obsolete fields imageDisplayedCount and metadataDisplayedCount
Bug: T77349 Change-Id: Ie553107c33f24b26571ebd93e2458b4878c09f3b
This commit is contained in:
parent
33f327dc69
commit
bc63438a16
|
@ -115,20 +115,6 @@ class MultimediaViewer {
|
|||
*/
|
||||
this.ui = new LightboxInterface();
|
||||
|
||||
/**
|
||||
* How many sharp images have been displayed in Media Viewer since the pageload
|
||||
*
|
||||
* @property {number}
|
||||
*/
|
||||
this.imageDisplayedCount = 0;
|
||||
|
||||
/**
|
||||
* How many data-filled metadata panels have been displayed in Media Viewer since the pageload
|
||||
*
|
||||
* @property {number}
|
||||
*/
|
||||
this.metadataDisplayedCount = 0;
|
||||
|
||||
/** @property {string} documentTitle base document title, MediaViewer will expand this */
|
||||
this.documentTitle = document.title;
|
||||
|
||||
|
|
Loading…
Reference in a new issue