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: moved code from /extcommon to ext/background Created Feb. 19, 2014, 1:09 p.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
« background.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,8 @@
margin: 5px;
}
</style>
+ <script src="ext/common.js"></script>
+ <script src="ext/background.js"></script>
<script src="notification.js"></script>
</head>
<body>
« background.js ('K') | « metadata.chrome ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld