PluginProbe ʕ •ᴥ•ʔ
Admin Help Docs / 2.0.0.1
Admin Help Docs v2.0.0.1
2.0.1.1 trunk 1.4.3.2 2.0.0 2.0.0.1 2.0.0.2 2.0.1
admin-help-docs / inc / js / qs-remove.js
admin-help-docs / inc / js Last commit date
click-to-copy.js 3 months ago post-type-help-doc-imports.js 3 months ago post-type-help-docs.js 3 months ago qs-add.js 3 months ago qs-remove.js 3 months ago
qs-remove.js
8 lines
1 jQuery( document ).ready( function( $ ) {
2 if ( typeof helpdocs_remove_qs !== 'undefined' && helpdocs_remove_qs && helpdocs_remove_qs.title !== '' ) {
3 if ( history.pushState ) {
4 let obj = { Title: helpdocs_remove_qs.title, Url: helpdocs_remove_qs.url };
5 window.history.pushState( obj, obj.Title, obj.Url );
6 }
7 }
8 } );