Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Unified Diff: remoting/credits/credits_js.js

Issue 2733153003: Revert of [remoting android] Generate trimmed-down credits.html. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/credits/credits_entry.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/credits/credits_js.js
diff --git a/remoting/credits/credits_js.js b/remoting/credits/credits_js.js
deleted file mode 100644
index f3ebd83e0cf2d2d85a35f641fd7f61b60b1855b4..0000000000000000000000000000000000000000
--- a/remoting/credits/credits_js.js
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-(function() {
-
-'use strict';
-
-/** @param {Event} event */
-function onClick(event) {
- var element = /** @type {HTMLElement} */ (event.target);
- if (element.classList.contains('toggle-licence')) {
- element.parentElement.parentElement.classList.toggle('selected');
- document.body.classList.toggle('show-only-selected');
- }
-}
-
-document.addEventListener('click', onClick, false);
-
-})();
« no previous file with comments | « remoting/credits/credits_entry.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698