Skip to content

Commit

Permalink
隐藏php
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Dec 20, 2019
1 parent 509111a commit d480026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/lmbtfy.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $(document).ready(function (){
var kw = encodeURIComponent($('#kw').val());
var link = window.location.origin + window.location.pathname + '?q=' + kw;
$.ajax({
url: '/s/index.php/create',
url: '/s/create',
data: {keyword: keyword},
method: 'post',
success: function (data) {
Expand Down

0 comments on commit d480026

Please sign in to comment.