Skip to content

Commit 6205838

Browse files
committed
Remove-clipart
1 parent b448482 commit 6205838

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/assets/js/script.js

+10-10
Original file line numberDiff line numberDiff line change
@@ -126,16 +126,16 @@ document.addEventListener("DOMContentLoaded", function (e) {
126126
}
127127
break;
128128

129-
case "openclipart":
130-
rights = "";
131-
if (form.commercial && form.modify) {
132-
rights += "";
133-
} else if (form.commercial) {
134-
rights += "";
135-
} else if (form.modify) {
136-
rights += "";
137-
}
138-
break;
129+
// case "openclipart":
130+
// rights = "";
131+
// if (form.commercial && form.modify) {
132+
// rights += "";
133+
// } else if (form.commercial) {
134+
// rights += "";
135+
// } else if (form.modify) {
136+
// rights += "";
137+
// }
138+
// break;
139139

140140
case "opengameart":
141141
rights = "&sort_by=count&sort_order=DESC"; // Just standard OGA search filters

src/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ <h3>Find content you can share, use, and remix.</h3>
294294
<p>Image</p></label
295295
>
296296

297-
<input
297+
<!-- <input
298298
type="radio"
299299
id="openclipart"
300300
name="search-engine"
@@ -307,7 +307,7 @@ <h3>Find content you can share, use, and remix.</h3>
307307
class="engines"
308308
>Open Clip Art
309309
<p>Image</p></label
310-
>
310+
> -->
311311

312312
<input
313313
type="radio"

0 commit comments

Comments
 (0)