We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf60c1 commit d7fd112Copy full SHA for d7fd112
readthedocs/projects/static-src/projects/js/import.js
@@ -212,14 +212,14 @@ function ProjectImportView (instance, config) {
212
var url = self.page_current() || self.urls['remoterepository-list'];
213
214
if (!self.page_current()) {
215
- if (filter.type == 'org') {
+ if (filter.type === 'org') {
216
url = append_url_params(
217
self.urls['remoterepository-list'],
218
{org: filter.id}
219
);
220
}
221
222
- if (filter.type == 'own') {
+ if (filter.type === 'own') {
223
224
225
{own: filter.id}
0 commit comments