Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: notification.html

Issue 6098518317989888: Fix: Notification popup is broken (Closed)
Patch Set: Changes after Thomas notes Created Feb. 18, 2014, 10:13 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chrome/ext/common.js ('K') | « metadata.chrome ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: notification.html
===================================================================
--- a/notification.html
+++ b/notification.html
@@ -26,6 +26,7 @@
margin: 5px;
}
</style>
+ <script src="ext/common.js"></script>
Thomas Greiner 2014/02/18 14:26:17 Well spotted. However, notifications.js also makes
saroyanm 2014/02/18 16:20:28 Good point.
<script src="notification.js"></script>
</head>
<body>
« chrome/ext/common.js ('K') | « metadata.chrome ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld