Author Topic: ERR_UNKNOWN_URL_SCHEME  (Read 5422 times)

metalsimyaci

  • Newbie
  • *
  • Posts: 3
    • View Profile
ERR_UNKNOWN_URL_SCHEME
« on: February 25, 2019, 12:34:36 pm »
Hi!
I am using paramquery 3.4.0. Pro.
I started getting the following error a week ago.

i getting error in paramquery refresh grid function.

pqgrid.dev.js:9762 GET about:blank net::ERR_UNKNOWN_URL_SCHEME.
i am using logged console. couldn't see a problem.

Plase help me!

metalsimyaci

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: ERR_UNKNOWN_URL_SCHEME
« Reply #1 on: February 25, 2019, 01:58:24 pm »
i solved problem.
comment backgroupd attr pq-grid-col-resize-handle class in pqgrid.dev.css

.pq-grid-col-resize-handle{   
    cursor:col-resize;
    display:block;
    /*background:url(about:blank);*/
    width:10px;
    height: 100%;
    position:absolute;top:0px;
}