0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core
Jilles Soeters 71c6b33385 Remove hash after the url when clicking Meta Data
Removes that hash appended to the URL when clicking Meta Data in post settings.

Closes #4386

When clicking 'Meta Data' the click event appends a # to the URL. I replaced the a with a button element so that won't happen anymore. The button has a type attribute because it will try and submit the form without it. Added text-align: left to the navlist button because the button centers it's content by default.
2014-11-05 14:17:52 +00:00
..
client Remove hash after the url when clicking Meta Data 2014-11-05 14:17:52 +00:00
server Merge pull request #4384 from meowtec/fix-error-log 2014-11-04 23:20:47 -06:00
shared Change autolinked URLs to output nice quotes 2014-10-14 11:09:06 +02:00
test Merge pull request #4317 from cobbspur/image 2014-11-03 15:21:35 +00:00
index.js Move config module to be instance based and merge bootstrap into config. 2014-08-23 15:54:43 -04:00