| Index: appengine/isolate/ui/res/js/common.js
|
| diff --git a/appengine/isolate/ui/res/js/common.js b/appengine/isolate/ui/res/js/common.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..37881ca8f5656f74f1eeb4579f62ac891bc1fcdf
|
| --- /dev/null
|
| +++ b/appengine/isolate/ui/res/js/common.js
|
| @@ -0,0 +1,4 @@
|
| +// Copyright 2017 The LUCI Authors. All rights reserved.
|
| +// Use of this source code is governed under the Apache License, Version 2.0
|
| +// that can be found in the LICENSE file.
|
| +console.log("common.js works");
|
|
|