Changeset 7c70f6 in indico


Ignore:
Timestamp:
08/10/10 18:08:53 (3 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 4c7d4152dff271ba5df5a8606605969cab454080
Children:
684ace
Parents:
c86ca9
git-author:
Ian Rolewicz <ian.rolewicz@…> (06/24/10 15:32:47)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (08/10/10 18:08:53)
Message:

[IMP] Remove 'http://' in URL in material upload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/htdocs/js/indico/MaterialEditor/Editor.js

    rc82d56 r7c70f6  
    8080                'remote': function() { 
    8181                    self.pm.remove(file); 
    82                     setTimeout(function() { urlBox.dom.focus(); 
    83                                             urlBox.set('http://'); }, 200); 
     82                    setTimeout(function() { urlBox.dom.focus(); }, 200); 
    8483                    return Html.div({}, 
    8584                                    Html.label('popUpLabel', $T("URL")), 
Note: See TracChangeset for help on using the changeset viewer.