annotate .svn/pristine/d0/d003fbdebc52ec191d88feaebbdc5535c6333033.svn-base @ 1567:3ad53f43483d live

Update hg-fast-export to current version (with fix-broken-bare upstream branch) for compatibility with current git
author Chris Cannam
date Mon, 10 Oct 2016 12:56:28 +0100
parents 038ba2d95de8
children
rev   line source
Chris@1296 1 $('#ajax-modal').html('<%= escape_javascript(render :partial => 'watchers/new', :locals => {:watched => @watched}) %>');
Chris@1296 2 showModal('ajax-modal', '400px');
Chris@1296 3 $('#ajax-modal').addClass('new-watcher');