Skip to content

Conversation

@captainsafia
Copy link
Member

Closes #452.

@jdfreder
Copy link
Contributor

Line 185 of searchandreplace.js .attr('id', 'search-and-replace') should be .attr('id', 'find-and-replace'), and after doing that you'll need to update the less file - replace #search-and-replace { in searchandreplace.less with #find_and_replace {. You can then rebuild the CSS by running python setup.py css in the notebook root IIRC

@jdfreder
Copy link
Contributor

(I would have left those as line comments, but I couldn't figure out how to do it since those lines don't show in your diff and GitHub seems to have disabled commenting on lines that don't show in the diff - lame!)

@jdfreder jdfreder added this to the 4.1 milestone Sep 26, 2015
@captainsafia
Copy link
Member Author

@jdfreder — Solid!

@damianavila
Copy link
Member

LGTM

@jdfreder
Copy link
Contributor

Sweet! Thanks @captainsafia

jdfreder added a commit that referenced this pull request Sep 28, 2015
Replaced 'Search and Replace' with 'Find and Replace'
@jdfreder jdfreder merged commit d1dc58f into jupyter:master Sep 28, 2015
@JaymzZh
Copy link
Contributor

JaymzZh commented Oct 6, 2015

I think the file name searchandreplace.js searchandreplace.less should be also changed.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace "Search and Replace" with "Find and Replace"

5 participants