Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions src/assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,16 @@ document.addEventListener("DOMContentLoaded", function (e) {
}
break;

case "openclipart":
rights = "";
if (form.commercial && form.modify) {
rights += "";
} else if (form.commercial) {
rights += "";
} else if (form.modify) {
rights += "";
}
break;
// case "openclipart":
// rights = "";
// if (form.commercial && form.modify) {
// rights += "";
// } else if (form.commercial) {
// rights += "";
// } else if (form.modify) {
// rights += "";
// }
// break;

case "opengameart":
rights = "&sort_by=count&sort_order=DESC"; // Just standard OGA search filters
Expand Down
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ <h3>Find content you can share, use, and remix.</h3>
<p>Image</p></label
>

<input
<!-- <input
type="radio"
id="openclipart"
name="search-engine"
Expand All @@ -307,7 +307,7 @@ <h3>Find content you can share, use, and remix.</h3>
class="engines"
>Open Clip Art
<p>Image</p></label
>
> -->

<input
type="radio"
Expand Down