正在显示
6 个修改的文件
包含
6 行增加
和
6 行删除
| @@ -143,8 +143,8 @@ package | @@ -143,8 +143,8 @@ package | ||
| 143 | if (evt.info.data.hasOwnProperty("srs_server")) { | 143 | if (evt.info.data.hasOwnProperty("srs_server")) { |
| 144 | customItems.push(new ContextMenuItem("Server: " + evt.info.data.srs_server)); | 144 | customItems.push(new ContextMenuItem("Server: " + evt.info.data.srs_server)); |
| 145 | } | 145 | } |
| 146 | - if (evt.info.data.hasOwnProperty("srs_contributor")) { | ||
| 147 | - customItems.push(new ContextMenuItem("Contributor: " + evt.info.data.srs_contributor)); | 146 | + if (evt.info.data.hasOwnProperty("srs_primary_authors")) { |
| 147 | + customItems.push(new ContextMenuItem("PrimaryAuthors: " + evt.info.data.srs_primary_authors)); | ||
| 148 | } | 148 | } |
| 149 | contextMenu.customItems = customItems; | 149 | contextMenu.customItems = customItems; |
| 150 | } | 150 | } |
| @@ -305,8 +305,8 @@ package | @@ -305,8 +305,8 @@ package | ||
| 305 | if (evt.info.data.hasOwnProperty("srs_server")) { | 305 | if (evt.info.data.hasOwnProperty("srs_server")) { |
| 306 | customItems.push(new ContextMenuItem("Server: " + evt.info.data.srs_server)); | 306 | customItems.push(new ContextMenuItem("Server: " + evt.info.data.srs_server)); |
| 307 | } | 307 | } |
| 308 | - if (evt.info.data.hasOwnProperty("srs_contributor")) { | ||
| 309 | - customItems.push(new ContextMenuItem("Contributor: " + evt.info.data.srs_contributor)); | 308 | + if (evt.info.data.hasOwnProperty("srs_primary_authors")) { |
| 309 | + customItems.push(new ContextMenuItem("PrimaryAuthors: " + evt.info.data.srs_primary_authors)); | ||
| 310 | } | 310 | } |
| 311 | contextMenu.customItems = customItems; | 311 | contextMenu.customItems = customItems; |
| 312 | } | 312 | } |
| @@ -192,8 +192,8 @@ package | @@ -192,8 +192,8 @@ package | ||
| 192 | if (evt.info.data.hasOwnProperty("srs_server")) { | 192 | if (evt.info.data.hasOwnProperty("srs_server")) { |
| 193 | customItems.push(new ContextMenuItem("Server: " + evt.info.data.srs_server)); | 193 | customItems.push(new ContextMenuItem("Server: " + evt.info.data.srs_server)); |
| 194 | } | 194 | } |
| 195 | - if (evt.info.data.hasOwnProperty("srs_contributor")) { | ||
| 196 | - customItems.push(new ContextMenuItem("Contributor: " + evt.info.data.srs_contributor)); | 195 | + if (evt.info.data.hasOwnProperty("srs_primary_authors")) { |
| 196 | + customItems.push(new ContextMenuItem("PrimaryAuthors: " + evt.info.data.srs_primary_authors)); | ||
| 197 | } | 197 | } |
| 198 | contextMenu.customItems = customItems; | 198 | contextMenu.customItems = customItems; |
| 199 | } | 199 | } |
-
请 注册 或 登录 后发表评论