annotate .svn/pristine/be/be1a47ce0b0f5def64a1b6af9eae01ab183cefda.svn-base @ 1550:7d825cbd76c8
feature_1136
Ensure we don't leave a git repo lying around for a repo with no corresponding (even if empty) authormap
author |
Chris Cannam |
date |
Tue, 12 Jan 2016 17:22:27 +0000 |
parents |
261b3d9a4903 |
children |
|
rev |
line source |
Chris@1464
|
1 <% selector = ".#{watcher_css(watched)}" %>
|
Chris@1464
|
2 $("<%= selector %>").each(function(){$(this).replaceWith("<%= escape_javascript watcher_link(watched, user) %>")});
|