mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
7 lines
152 B
JavaScript
7 lines
152 B
JavaScript
// Place your application-specific JavaScript functions and classes for
|
|
// the admin panel here.
|
|
|
|
$(function() {
|
|
$("#quicksearch").searchField();
|
|
});
|